Новая спецификация MCP устраняет главный барьер для корпоративного внедрения
Anthropic выпустила обновлённую спецификацию Model Context Protocol (MCP) — «разъёма» между AI-агентами и внешними инструментами. Главное: поддержка stateless HTTP-режима, которого не хватало корпоративной инфраструктуре, и новая политика стабильности — функции протокола нельзя удалять без предупреждения за релизный цикл.
AI-processed from Ars Technica; edited by Hamidun News
Anthropic in July 2026 released an updated specification for the Model Context Protocol (MCP) — an open standard for connecting AI agents to external tools and data sources. Key changes: support for stateless mode for enterprise deployments and an official stability policy that prohibits removing protocol features without advance notice.
Why stateless mode was the main barrier
Prior to this update, MCP required stateful connections: the client and server maintained a persistent session throughout the entire interaction. In small projects this created no issues, but it was precisely this that blocked enterprise adoption.
Large-company infrastructure is designed for stateless requests. Load balancers, API gateways, and container orchestrators like Kubernetes assume that any server in the pool can handle any incoming request. Long-lived stateful connections break this model: if the node holding the session goes down, the entire session is lost along with the AI agent's context.
The new version of the specification addresses this problem directly: MCP now supports stateless HTTP transport. Each request from an AI agent to an MCP server is self-contained — the server is not required to remember the context of previous interactions. This is the standard REST model, well familiar to enterprise engineers, which opens up MCP integration with existing corporate infrastructure without reworking the architecture.
What the protocol stability policy changed
The second barrier to enterprise adoption was the unpredictability of MCP itself. Without a formal deprecation policy, companies building products on top of the protocol were at risk: a feature working today could disappear in the next update, breaking all integrations.
The new policy introduces formal guarantees for developers. Key specification changes:
- Stateless HTTP transport — each request is independent, does not require a persistent session between client and server
- Compatibility with load balancers, API gateways, and Kubernetes environments
- Deprecation policy — features are declared deprecated no less than one release cycle before actual removal
- Standardized error handling for enterprise monitoring and diagnostics
- Improved data schemas for auditing and verification of corporate compliance requirements
According to the official
Anthropic blog, the goal of the update is to create a protocol "mature enough for companies to confidently build long-term production systems on it."
Context: what MCP is and why it matters
Model Context Protocol is an open standard introduced by Anthropic in November 2024. It creates a universal "connector" between AI agents and the external world: databases, file systems, CRM, ERP, and other enterprise systems. It is enough to implement an MCP server once for a specific corporate system — and any AI agent supporting the standard will automatically gain access to it without additional development.
Since its launch, the protocol has received official support from Microsoft, Google, and AWS. The number of public MCP servers quickly numbered in the thousands, but mass enterprise adoption was hampered by the stateful architecture and lack of stability guarantees — two problems that this update addresses.
What this means
The updated MCP specification removes the two main objections of enterprise buyers: the technical one (stateless for scaling in standard enterprise infrastructure) and the organizational one (stability guarantee for long-term integration investments). This creates conditions for accelerated adoption of AI agents in large organizations and should stimulate the growth of the MCP server ecosystem for enterprise applications.
Want to stop reading about AI and start using it?
AI News is a curated feed of AI/tech news. Hamidun Academy teaches you to use AI systematically in your work.
The AI world, distilled — once a week
Seven stories that actually mattered, hand-picked. No noise, no reposts, no press releases.
Done! Check your inbox for a confirmation.