The Model Context Protocol goes stateless in its 2026-07-28 revision, dropping session affinity to cut agent infrastructure cost
MCP — the open standard Anthropic launched in November 2024, now stewarded by the Linux Foundation's Agentic AI Foundation — shipped a 2026-07-28 revision adopting a stateless architecture. Eliminating session affinity lets agent backends scale like ordinary web services instead of pinning each conversation to a specific server.
Statelessness is an infrastructure decision dressed as a protocol one. Session affinity — the requirement that every message in a conversation return to the same server that holds its state — is what makes agent fleets expensive to run, because it defeats the load balancers and autoscalers that make normal web traffic cheap. Removing it lets an MCP deployment scale horizontally the way a stateless API does.
The governance shift matters as much as the technical one. MCP was donated to the Linux Foundation in December 2025 with OpenAI, Google, Microsoft, AWS, Salesforce, and Snowflake as backers — the rare case of a standard originating at one lab and being handed to a neutral body while it still had momentum. The 2026-07-28 revision is the first major spec change under that shared stewardship, and it reads like an operator's wishlist, not a single vendor's.
For teams building agents, the practical read is that the plumbing is standardising faster than the models are stabilising. Betting on MCP as the connective tissue is now a lower-risk decision than betting on any one model, because the protocol has a foundation behind it and a backer list that includes everyone who could have forked it.
The Agentics — The enterprise MCP guide 2026 → · Sourcetrail — AI agents in 2026: protocol updates, enterprise tools, autonomous payments →