Summary

On August 6, 2026 Cloudflare detailed the next generation of the Model Context Protocol: the 2026-07-28 spec, interaction model, and SDKs were rewritten to be fully stateless, so MCP servers can run in a single Cloudflare Worker with no stateful session infrastructure.

What changed

August 6, 2026: MCP became a fully stateless protocol. The 2026-07-28 specification shipped with rewritten TypeScript, Python, Go, and C# SDKs, dropping the initialize and session-id model so MCP servers can run in a single Worker with no stateful infrastructure.

Why it matters

Removing session state lets MCP servers autoscale like ordinary serverless functions instead of pinning connections to instances, lowering cost and operational complexity and making Workers a natural default host for the fast-growing MCP server ecosystem.

Evidence excerpt

MCP servers can now run in just a Worker, with no stateful infrastructure needed.

Sources