MCP goes stateless in the biggest rewrite since the protocol launched
The protocol that connects AI to everything just got its biggest rewrite. On July 28, 2026, the Agentic AI Foundation released the MCP 2026-07-28 specification, the largest revision of the Model Context Protocol since it launched. If you build with AI agents, this one touches you.
What changed
The headline change is architectural. MCP moves from a stateful, bidirectional protocol to a stateless request/response core, which means servers can now run on serverless and edge infrastructure instead of needing long-lived connections.
The rest of the revision fills in the maturity gaps:
- Apps and Tasks ship under a new versioned extensions framework, a formal path for adding capabilities without breaking the core
- Authorization is hardened around enterprise OAuth 2.0 and OpenID Connect practices
- Lifecycle guarantees limit future breaking changes
Together these read like a protocol growing up: a smaller, more deployable core, with a sanctioned way to evolve at the edges.
The scale this serves
The numbers explain the urgency. MCP recently passed 400 million monthly SDK downloads, about 4x growth this year, and has become the default way AI agents talk to tools and data. A protocol at that scale cannot keep requiring stateful infrastructure that many production environments were never built to hold.
Anthropic has already said the new spec is coming to Claude, so the migration is not hypothetical for anyone building on that side of the ecosystem.
What it means for builders
For teams running MCP servers, the stateless core is the piece to evaluate first. It unlocks serverless and edge deployment, which lowers the operational cost of running a server at all. For teams that leaned on the old bidirectional behavior, the same change means checking what a migration looks like.
Less plumbing, more building. That is the bet the Agentic AI Foundation is making with this revision, and at 400 million monthly downloads, the industry will find out quickly whether it pays off.
Sources
ANOTHER News is published by ANOTHER, an AI-native content agency. Daily coverage also runs on Instagram.