News · High impactBack to News

Anthropic and AAIF Release MCP 2026-07-28 Spec, Shifting Protocol to Stateless Architecture

On July 28, 2026, Anthropic and the Agentic AI Foundation released the MCP 2026-07-28 spec. As the largest architectural update to MCP, it removes stateful sessions and handshakes, introducing stateless self-describing requests, header-based routing, and official extensions.

Architecture Shift and Specification Release

On July 28, 2026, Anthropic and the Agentic AI Foundation (AAIF) officially released the MCP 2026-07-28 specification. Markedly the largest architectural update since the protocol's launch, it shifts MCP from a stateful bidirectional connection model to a completely stateless request/response paradigm.

This refactoring removes key deployment barriers on cloud-native infrastructure. The spec directly eliminates handshake flows and session maintenance, minimizing server-side memory overhead while introducing a 12-month deprecation policy for stable enterprise migration.

Stateless Design: Removing Session Headers and Initialization Handshakes

Legacy MCP relied on the Mcp-Session-Id header and required initialize and initialized handshakes upon connection. This forced servers to hold session context in memory, hindering horizontal scaling.

The new spec eliminates session headers and handshakes. Requests are now self-describing payloads passing protocol versions and capabilities via the _meta field. Server architecture becomes vastly simplified and unburdened by stateful sessions.

Infrastructure and Cloud-Native Routing Simplification

Statelessness naturally aligns MCP with enterprise cloud-native infrastructure. MCP servers can now be deployed directly behind round-robin load balancers or serverless environments without sticky session setups.

Additionally, the spec introduces dedicated Mcp-Method and Mcp-Name HTTP headers. Layer-7 gateways can perform routing without parsing JSON-RPC bodies, executing per-tool rate limiting and circuit breaking directly from headers.

Official Extensions Framework and Authorization Hardening

The spec officially introduces a modular Extensions Framework for server-rendered UIs and long-running tasks. Security is fully aligned with OAuth 2.0 and OpenID Connect standards, enabling developers to reuse existing identity providers.

Open Governance and Standardization Evolution

This release marks MCP's transition to industrial-grade open governance. Managed under AAIF, future protocol iterations will strictly follow transparent RFC reviews and a 12-month deprecation policy.

With stateless architecture and header-based routing landed, MCP has evolved from Anthropic's breakthrough protocol into the universal communication standard for AI infrastructure.

Next step

Keep tracking Model Context Protocol

Continue along the same topic.

Open entity record