Model Context Protocol goes stateless on July 28 — largest spec revision since launch
What's new
- Stateless core: every MCP request is now self-contained, no session state
- No initialize handshake: Mcp-Session-Id header and protocol-level session removed
- Horizontal scaling: MCP server can run behind a plain round-robin load balancer
- Routable headers: routing on Mcp-Method header
- Strengthened authorization: hardened auth and security model
- Cache-friendliness: clients can cache tools/list responses per server ttlMs
- SDK betas: Python, TypeScript, Go, C# SDK betas with new spec support
- GitHub MCP Server: already supports new spec ahead of official release
Why it matters
Stateless MCP dramatically simplifies production deployment of AI agents — eliminating the need for sticky routing and shared session stores that complicated horizontal scaling. This is a fundamental infrastructure change for the entire AI agent ecosystem.
How to try it
Beta SDKs available for Python, TypeScript, Go, and C#. Migration guide available at 4sysops.com. GitHub MCP Server is already running on the new spec — update your MCP servers before July 28, 2026.
Open original source
Model Context Protocol Blog / GitHub