MCP's Biggest-Ever Spec Update Goes Stateless, Hardens Enterprise Auth
Summary: The Agentic AI Foundation shipped the MCP 2026-07-28 specification on July 28, making the protocol fully stateless and mandating per-request headers — a foundational shift that enables horizontal scaling of MCP servers and closes an OAuth security gap.
Key Facts
- Session model removed: six Specification Enhancement Proposals (SEPs) collectively eliminate the
initialize/initializedhandshake; MCP no longer tracks state at the protocol layer - Per-request headers required: every call must include
MCP-Protocol-Version,Mcp-Method, andMcp-Name— any server instance can now handle any request, enabling standard load balancing - SEP-2468: adds mandatory
iss(issuer) validation in OAuth authorization responses, blocking OAuth Mixup Attacks - Governing body: Agentic AI Foundation (Linux Foundation directed fund) with Anthropic, OpenAI, Google, Microsoft, and Block as platinum members
Why It Matters
Removing sticky sessions lets teams deploy MCP servers behind standard load balancers and scale them like any other stateless microservice — a practical blocker for enterprise adoption that is now resolved. With all major AI labs in the governance structure, MCP's trajectory toward becoming the default AI-tool connectivity standard looks increasingly assured.
Read More
- MCP just got its biggest update ever — VentureBeat
- The 2026-07-28 Specification — MCP Official Blog