Google Developers
Read post

Scaling AI Agent Infrastructure with the MCP Stateless updates

The 2026-07-28 Model Context Protocol (MCP) specification release candidate eliminates transport-level session management, replacing the stateful initialize/session-ID handshake with a fully stateless protocol core. Every request is now self-describing, carrying protocol version and client info inline via a `_meta` field. New HTTP headers (Mcp-Protocol-Version, Mcp-Method, Mcp-Name) enable proxies and load balancers to route and rate-limit traffic without inspecting request bodies. Multi Round-Trip Requests (SEP-2322) handle server-to-client elicitation prompts without holding open SSE connections, using a serialized `requestState` payload any server instance can resume. The Tasks Extension graduates to a first-class feature for long-running async tool calls. Security improvements include OAuth `iss` parameter support and stricter JSON Schema validation. All four Tier-1 SDKs (TypeScript, Python, Go, C#) have beta releases available, with migration codemods provided for TypeScript.

    #ai-agents#mcp
Aug 05•8m read time•From developers.googleblog.com
Post cover image
Table of contents
Why Sessions Were a Production BottleneckThe New Request Model: Going Fully StatelessHTTP Standardization: Routable, Cacheable, and TraceableMulti Round-Trip Requests (MRTR): Handling Elicitations StatelesslyThe Tasks Extension (SEP-2663): Async Work Without BlockingClear Security & Capability BoundariesGetting Started and MigratingConclusion
441 Impressions
Google Developers's image
Google Developers

GoogleDevs' platform is a central hub for developers interested in Google technologies, APIs, and de...

817 Followers

•

1.8K Upvotes

Would you recommend this post?

Copy link
WhatsApp
Facebook
X
New Squad
  • © 2026 Daily Dev Ltd.
  • Guidelines
  • Explore
  • Tags
  • Sources
  • Squads
  • Leaderboard