Model Context Protocol Gets Enterprise-Ready with Stateless Architecture and Enhanced Security
The Agentic AI Foundation releases a major update to the Model Context Protocol (MCP), adopting a stateless architecture for easier enterprise deployment and bolstering security with new measures against OAuth attacks.

The Agentic AI Foundation, a key player in the open-source AI ecosystem, has unveiled a significant update to its Model Context Protocol (v2026-07-28). Originally open-sourced by Anthropic in late 2024, MCP serves as a crucial communication standard, enabling AI applications and agents to interact with existing data sources, tools, and other applications. This latest iteration marks a pivotal moment, aiming to accelerate enterprise adoption of AI-driven automation by fundamentally rethinking the protocol's architecture.
At the heart of this update is the transition from a stateful to a stateless architecture, a move that draws parallels with the widely adopted HTTP services model. Historically, running MCP at scale presented considerable challenges due to its stateful nature, which often necessitated complex configurations like sticky routing or shared state management. This complexity hindered large-scale production deployments, even when the underlying AI capabilities were inherently stateless. The new stateless design eliminates this overhead, allowing MCP servers to be deployed behind standard load balancers and managed using familiar Kubernetes and DevOps tooling, significantly simplifying operations for enterprise environments.
Beyond architectural improvements, the release introduces a robust Specification Feature Lifecycle and Deprecation Policy. This policy addresses a critical enterprise requirement for predictable roadmaps and clear timelines for software changes. By guaranteeing a minimum of 12 months between feature deprecation and removal, the foundation provides engineering teams with the necessary lead time to plan and execute migrations, reducing operational disruption and enhancing long-term stability.
Security has also been a major focus. The updated specification incorporates Specification Enhancement Proposal (SEP) 2468, which mandates the inclusion and validation of an issuer (iss) parameter in authorization responses. This crucial addition is designed to mitigate OAuth Mixup Attacks, a threat where an attacker could potentially trick an OAuth client into accepting tokens intended for a different provider. By validating the issuer, the protocol strengthens defenses against this common attack vector.
Further enhancing enterprise security, the release introduces support for the Enterprise Managed Authorization extension. This feature enables centralized management of MCP servers through a single identity provider, streamlining access control and improving security posture for large organizations with complex identity management needs.
The update also refines the handling of tasks, which are long-running operations or batch processes. Tasks are now managed as an extension and operate asynchronously rather than blocking requests. This shift enhances operational resilience, allowing clients to persist task IDs and resume operations after crashes or restarts without relying on fragile, long-lived connections. This asynchronous model is vital for scalable and robust AI agent deployments.
Additional enhancements include header-based routing for more flexible traffic management and the introduction of cacheable list results to improve performance. While the transition to a stateless architecture may require some migration effort for developers who relied on session identifiers, the long-term benefits in scalability, manageability, and security are expected to outweigh the initial costs for enterprises looking to leverage AI automation at scale.