JSON-RPC
PulseAugur coverage of JSON-RPC — every cluster mentioning JSON-RPC across labs, papers, and developer communities, ranked by signal.
7 day(s) with sentiment data
-
GitHub Stats MCP Server Migrates to Cloud with HTTP Transport
The author details the process of migrating a GitHub Stats Model Context Protocol (MCP) server from a local laptop environment to the cloud. This involves implementing a Streamable HTTP transport mechanism, which allows…
-
AWS and Cisco introduce agentic overlays for legacy service integration
AWS and Cisco have collaborated on a new approach called "agentic overlays" to integrate legacy enterprise services with emerging Agent-to-Agent (A2A) communication standards. These overlays act as thin wrappers, transf…
-
AI Agents Connect to External Services via Model Context Protocol
AI agents like Claude Code and Cursor can interact with external services through the Model Context Protocol (MCP). One approach involves using a proxy gateway, such as PolicyLayer, to securely connect these agents to u…
-
Deploy Stateless MCP Server on Cloudflare Workers for Free
This guide details how to deploy a stateless MCP server on Cloudflare Workers, leveraging its free tier for 24/7 availability. The process involves configuring a `wrangler.toml` file and setting `run_worker_first = true…
-
Model Context Protocol shifts to stateless transport for enhanced scalability
The Model Context Protocol (MCP) has released a release candidate for its 2026-07-28 specification, introducing a significant rework of its transport layer. This update enables stateless transport, meaning any server in…
-
Developers build MCP servers to connect AI agents to tools and data
The Model Context Protocol (MCP) is emerging as a standard for AI agents to interact with external tools and data. Several articles detail how to build MCP servers, ranging from simple Node.js examples to more complex i…
-
AGTP integrates with MCP for enhanced AI agent security
The Agent Transfer Protocol (AGTP) is being integrated with the Model Context Protocol (MCP) to enhance security and functionality for AI agents. AGTP provides a framework for agent identity, transport security, and pol…
-
Spring AI enables standardized tool integration for AI agents
This article details how to build a Model Context Protocol (MCP) server using Spring AI, which standardizes tool exposure for AI agents. The server utilizes JSON-RPC for structured requests and Server-Sent Events (SSE) …
-
AI agents gain cross-platform communication with new A2A Protocol v1.0
Microsoft has released version 1.0 of its A2A Protocol, a stable and production-ready standard for cross-platform communication between AI agents. This protocol aims to eliminate the need for custom integration code by …