4 Sources
[1]
With a stateless makeover, new MCP spec targets enterprise scale
This week, the Model Context Protocol (MCP), an open-source standard for how AI systems interact with external tools and data sources, saw its largest update since its introduction. Most notably, MCP's protocol core is now stateless, so requests are no longer dependent on a session tied to an
[2]
MCP gets an enterprise makeover
The Agentic AI Foundation, part of the Linux Foundation, has released an update to the Model Context Protocol (MCP) that aims to help enterprises adopt AI-based automation. Open-sourced by Anthropic in November 2024, MCP provides a way for AI applications (agents) based on models like GPT-5.6 Sol
[3]
MCP just got its biggest update ever -- here's what changes for AI agents
The Model Context Protocol, the open standard that has quietly become the connective tissue between AI agents and the world's software, is getting its largest update since Anthropic released it twenty months ago -- a sweeping architectural revision that its maintainers and backers say finally makes
[4]
Biggest ever MCP update brings metadata, cybersecurity enhancements
The developers of the Model Context Protocol, an open-source technology that underpins many artificial intelligence applications, today released a new version of the software. The release is described as the biggest update to the project since its launch. The Model Context Protocol, or MCP, was
Share
Copy Link
The Model Context Protocol received its largest update since launch, introducing a stateless architecture that removes long-standing barriers to scalability. The changes, released by the Agentic AI Foundation under the Linux Foundation, enable organizations to deploy AI agents at massive scale using standard load balancers and existing DevOps infrastructure.
The Model Context Protocol received its most significant update this week, marking a pivotal shift for how AI systems interact with external tools and data sources at scale. Released by the Agentic AI Foundation, which operates under the Linux Foundation, the update transforms MCP's core from a bidirectional stateful protocol into a request/response stateless architecture
1
. This change addresses what had become the primary blocker for companies attempting to move AI agent deployments from pilots into production3
.
Source: SiliconANGLE
Originally open-sourced by Anthropic in November 2024, the open-source standard has grown beyond its origins to include contributions from OpenAI, Google, Microsoft, and Amazon
1
. Lead maintainer David Soria Parra, who works at Anthropic and co-invented MCP, described it as "MCP's most important since remote MCP first launched over a year ago," adding that it "takes all the lessons learned over the last 18 months to provide a robust foundation for MCP's future"2
.The shift to stateless architecture solves a fundamental problem that plagued earlier MCP implementations. Previously, running MCP at scale required sticky routing or shared state to maintain continuity across sessions, making large-scale production deployments complex to implement and operate
2
. Under the old design, an MCP client had to maintain a persistent session with a specific server instance—if that server disappeared, the agent's work disappeared with it3
.The new architecture eliminates this bottleneck entirely, allowing organizations to run MCP servers behind standard load balancers using Kubernetes and DevOps tooling they already operate
3
. "Before, you needed to have a session store and manage session IDs—and if one of your compute pods went down, all of a sudden the requests would start failing," explained Den Delimarsky, a lead maintainer of the protocol3
. Mazin Gilbert, executive director of the Agentic AI Foundation, compared the architectural decision to what made the web itself possible, noting that companies deploying tens of thousands of agents cannot do so without this fundamental change3
.
Source: The Register
The MCP update introduces critical security improvements for AI-based automation. The release adds Specification Enhancement Proposal 2468, which requires inclusion and validation of an issuer parameter in authorization responses to prevent OAuth Mixup Attacks
2
. This type of attack can occur when an OAuth client connects to multiple OAuth providers via multiple MCP servers—if an attacker controls one server, they could potentially obtain an access token from another2
.The improved authorization mechanism is now less prone to certain types of errors and more resilient against cybersecurity threats
4
. Large organizations will also benefit from support for the Enterprise Managed Authorization extension, which enables management of MCP servers through a central identity provider2
.Another significant improvement involves the evolution of long-running tasks into an official extension framework. Tasks shift from blocking requests to asynchronous tasks, providing operational resilience at scale
2
. Because a task is durable and addressed by a stable handle, clients can persist task IDs to durable storage so that polling can resume after a crash or restart—eliminating the need for fragile, long-lived connections2
.The update also introduces header-based routing and cacheable list results, along with a formal extensions framework that makes it possible to extend MCP's core feature set with custom capabilities
1
4
. The framework ships with pre-packaged extensions including MCP Apps for managing long-running AI agent workflows4
.
Source: Ars Technica
Related Stories
Recognizing that enterprise engineering teams need stability and reliability, the release establishes a formal Specification Feature Lifecycle and Deprecation Policy. The new policy guarantees a minimum period of 12 months between feature deprecation and removal, with a narrow exception for critical security updates
1
2
. This predictable timeline allows SDK authors and implementers to plan migrations when protocol surface area is retired2
.The architectural shift reflects months of multi-vendor collaboration. A public design discussion opened by MCP co-creator Justin Spahr-Summers on GitHub in December 2024—just weeks after launch—identified that MCP's stateful connections were limiting for serverless deployments
3
. Engineers from Vercel, Cloudflare, Shopify, and Amazon contributed to the discussion over subsequent months, previewing the collaborative approach that now defines the project3
.While Anthropic maintains significant influence and several principal maintainers work there, the protocol has evolved into a true multi-stakeholder effort backed by major tech firms
1
. The changes detailed in the protocol's documentation represent a major rethink of MCP's foundations, which originally ran on local machines connecting models to local apps1
. Some migration cost is expected, particularly for developers who implemented code relying on session identifiers, but the operational benefits for scalability far outweigh the transition challenges2
.Summarized by
Navi
[1]
[2]
21 Jul 2026•Technology

28 Mar 2025•Technology

26 Nov 2024•Technology

1
Science and Research

2
Technology
3
Technology