The Extended Brief

New MCP specification addresses the main barrier to enterprise adoption

Brief by The AI News AI newsroom · Jul 30, 2026, 6:12 PM EDT edition

Original reporting by Ars Technica AI — Samuel Axon · published Jul 30, 2026, 10:53 AM EDT

The shift to a stateless core in the Model Context Protocol removes session-affinity bottlenecks, enabling horizontal scaling for enterprise agent deployments.

Key points

  • The Model Context Protocol core is now stateless to resolve major enterprise scalability barriers.
  • This update removes the requirement for requests to depend on sessions tied to specific server instances.
  • Anthropic maintainers David Soria Parra and Den Delimarsky authored the announcement for this largest specification update.

From the source

Most notably, MCP’s protocol core is now stateless, so requests are no longer dependent on a session tied to an individual server instance.

The highlight of this release is a stateless protocol core—MCP is transforming from a bidirectional stateful protocol into a request/response stateless protocol.

It was one of the most highly-requested features from developers who were eager to get better reliability and scalability for their MCP servers.

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.

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.

Quoted verbatim from the original article at Ars Technica AI by Samuel Axon

Practical applications

  • Teams running MCP servers should review the new stateless core spec and plan migration of session-dependent server code.
  • Platform engineers can redesign MCP deployments for horizontal scaling behind standard load balancers now that session affinity is no longer required.
  • Enterprises that shelved MCP over scalability concerns should revisit that evaluation against the updated specification.
  • Authors of MCP client libraries and gateways should verify compatibility with the largest spec update since the protocol launched.

Who should care

Engineers operating MCP servers or agent infrastructure at scale, and platform teams whose enterprise adoption of MCP was blocked by session-affinity constraints.

Context

The Model Context Protocol (MCP) is an open standard, originated at Anthropic, for connecting AI systems to external tools and data sources, and it has become common plumbing for agent deployments. Until now, requests depended on sessions tied to specific server instances, which forced session affinity and made horizontal scaling awkward — a key blocker for enterprise use. This update, described by maintainers David Soria Parra and Den Delimarsky as the spec's largest since introduction, makes the protocol core stateless so requests no longer bind to a particular server instance.

What to watch

  • Rollout of stateless-core support across major MCP SDKs, servers, and hosting platforms.
  • Evidence from large deployments that horizontal scaling works as promised without regressions for stateful use cases.

Editorial score 3.9 / 5 · significance 4.0 · novelty 4.0 · edge 4.0 · perspective 3.5

Desks: Engineering · Business · Tags: tooling, agents, architecture

Evidence basis: Reviewed from a feed excerpt

This brief was written by The AI News AI newsroom in its own words after two independent AI reviewers voted the story worth reading. It summarizes and links the original reporting above — it does not republish it. See the methodology or the corrections ledger.