Key takeaways

  • This week, the Model Context Protocol (MCP), an open source standard for how AI systems interact with external tools and data sources, saw…
  • The blog post announcing the specification, written by lead maintainers David Soria Parra and Den Delimarsky (who both work at Anthropic)…
  • MCP started as something that simply ran on a local machine, connecting models to local apps, so the new spec is a major rethink of some of…

What happened

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 individual server instance. This change has the potential to address long-standing barriers to scalability.

Nonetheless, it has grown beyond just Anthropic—OpenAI, Google, Microsoft, and Amazon also contribute to it—and it’s supported by many developer tools and, increasingly, a wide range of software and services used for other knowledge and creative work. The buck technically stops with individual maintainers, not any of these companies themselves, but as noted above, some of the principal maintainers currently work at Anthropic.

Why it matters

The blog post announcing the specification, written by lead maintainers David Soria Parra and Den Delimarsky (who both work at Anthropic), says: This update is “MCP’s most important since remote MCP first launched over a year ago,” Soria Parra also wrote. ” The hope is that the changes, detailed in the protocol’s documentation, will make widespread deployment in an enterprise context much easier.

MCP started as something that simply ran on a local machine, connecting models to local apps, so the new spec is a major rethink of some of its foundations. There is also a new deprecation policy that ensures at least 12 months between when a feature’s formal deprecation is enacted and when the feature may actually be removed—with a narrow exception for critical security updates.

What to watch

This is again in keeping with the general “let’s make this work better at enterprise scale” theme of the new specification. MCP is managed by the Agentic AI Foundation (AAIF), which sits under the Linux Foundation. MCP was originally introduced by Anthropic, just shy of two years ago, and Anthropic still has significant influence over its direction.