Tag

JSON-RPC

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 28, 2025 · Backend Development

Master JSON-RPC with Spring Boot 3: Full Guide and Code Samples

This article introduces the JSON-RPC 2.0 protocol, demonstrates how to integrate the jsonrpc4j library into a Spring Boot 3.4.2 project, and provides step‑by‑step code examples for defining services, exposing them via beans or annotations, configuring various client proxies, handling errors, and implementing streaming socket communication.

Backend DevelopmentJSON-RPCJava
0 likes · 10 min read
Master JSON-RPC with Spring Boot 3: Full Guide and Code Samples
DevOps
DevOps
Apr 29, 2025 · Artificial Intelligence

Model Context Protocol (MCP): End‑to‑End Tutorial with a Hands‑On News Retrieval Project

This tutorial explains the Model Context Protocol (MCP) for integrating large language models with external data sources, details its architecture, connection lifecycle, and core JSON‑RPC features, and provides a step‑by‑step Python implementation that fetches real‑time tech news and integrates with Claude Desktop.

AI integrationJSON-RPCMCP
0 likes · 9 min read
Model Context Protocol (MCP): End‑to‑End Tutorial with a Hands‑On News Retrieval Project
Architect
Architect
Apr 26, 2025 · Artificial Intelligence

Understanding and Implementing the Model Context Protocol (MCP) for AI Tool Integration

This article provides a comprehensive overview of the Model Context Protocol (MCP), explaining its origins, architecture, and how it standardises AI tool calling by enabling developers to build MCP servers and clients with TypeScript and Python, register resources, tools and prompts, and orchestrate model‑driven tool execution via JSON‑RPC.

AI integrationClient DevelopmentJSON-RPC
0 likes · 16 min read
Understanding and Implementing the Model Context Protocol (MCP) for AI Tool Integration
DevOps
DevOps
Apr 16, 2025 · Artificial Intelligence

Introducing Model Context Protocol (MCP): Architecture, Server/Client Development, and Practical Applications

This article provides a comprehensive overview of the Model Context Protocol (MCP), explaining its purpose in unifying AI tool calls, detailing its architecture, and walking through step‑by‑step development of MCP servers and clients with TypeScript and Python examples, while showcasing real‑world use cases and debugging tips.

AI tool integrationClient DevelopmentJSON-RPC
0 likes · 15 min read
Introducing Model Context Protocol (MCP): Architecture, Server/Client Development, and Practical Applications
Architect
Architect
Mar 8, 2025 · Artificial Intelligence

Understanding Model Context Protocol (MCP): Architecture, Core Components, and Practical Guide

This article provides a comprehensive overview of the Model Context Protocol (MCP), explaining its purpose, core components, differences from traditional APIs, detailed architecture, message types, connection lifecycle, error handling, and step‑by‑step instructions for building and using MCP servers to enable AI agents to act on real‑world data and tasks.

AI AutomationAI tool integrationClaude
0 likes · 12 min read
Understanding Model Context Protocol (MCP): Architecture, Core Components, and Practical Guide
FunTester
FunTester
Nov 17, 2023 · Blockchain

Using Web3j to Send Ethereum JSON‑RPC Requests via WebSocket

This article explains how to construct and send Ethereum JSON‑RPC calls such as net_version through a WebSocket connection using the Web3j Java library, including source code analysis, request construction, and a practical example with console output.

EthereumJSON-RPCJava
0 likes · 5 min read
Using Web3j to Send Ethereum JSON‑RPC Requests via WebSocket
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 15, 2022 · Frontend Development

Designing a Unified Browser Message Communication Library (rpc-shooter) with TypeScript Interfaces and JSON-RPC

This article explains how to build a versatile browser message‑communication library that works across iframes, Web Workers, ServiceWorkers, BroadcastChannel and other MessagePort‑like objects, using a unified interface design, TypeScript typings, event‑driven architecture and JSON‑RPC for reliable remote procedure calls.

JSON-RPCRPCTypeScript
0 likes · 13 min read
Designing a Unified Browser Message Communication Library (rpc-shooter) with TypeScript Interfaces and JSON-RPC