Model Context Protocol Ships Its Biggest Spec Update Yet, Moving to a Stateless Core
The Model Context Protocol's 2026-07-28 specification drops the stateful handshake for a stateless request/response core and graduates Tasks and MCP Apps into formal extensions, aimed at letting agent tooling run behind ordinary load balancers.
The Model Context Protocol published its 2026-07-28 specification on July 28, locking in a release candidate that had been open for comment since May 21. It's the most significant revision to the agent-tooling standard since MCP launched, replacing the protocol's original stateful handshake with a stateless request/response core built for production-scale deployment.
From sticky sessions to stateless requests
Previous MCP versions required an initialize/initialized handshake and a persistent Mcp-Session-Id, meaning a client's requests had to keep landing on the same server instance. The new core drops both: any MCP request can now land on any server instance behind a standard load balancer, with no shared session store to maintain. In place of server-initiated requests over an open stream, the spec introduces Multi Round-Trip Requests, letting a server ask a client for missing input or confirmation mid-call without holding a connection open. Method and tool names also move into HTTP headers, so gateways can route and authorize calls without parsing request bodies, and list responses now carry ttlMs and cache-scope hints to cut redundant catalog re-fetching.
Tasks and MCP Apps become formal extensions
Two capabilities that shipped experimentally in the prior 2025-11-25 spec now graduate into independently versioned extensions with reverse-DNS identifiers. Tasks moves into io.modelcontextprotocol/tasks, replacing its old experimental lifecycle with a poll-based model built around tasks/get, tasks/update and tasks/cancel — the MCP team has flagged that anyone who built against the 2025-11-25 experimental Tasks API will need to migrate. MCP Apps lets servers ship server-rendered interactive interfaces — charts, forms, and similar widgets — that hosts render inside sandboxed iframes while keeping a JSON-RPC audit trail. On the authorization side, six proposals tighten alignment with OAuth 2.0 and OpenID Connect, including RFC 9207 issuer validation, and formally deprecate Dynamic Client Registration in favor of Client ID Metadata Documents.
Why it matters for agent builders
MCP has become a default way for AI agents to call external tools and data sources, so a spec change of this size ripples through every framework and hosted agent platform built on it. The stateless core is squarely aimed at teams running MCP servers in production, where session affinity and connection limits have been operational pain points; the new deprecation policy, which guarantees at least 12 months between marking a feature deprecated and removing it, is meant to make future migrations less disruptive than this one. TypeScript, Python, Go and C# SDKs already support the new spec, with a Rust SDK in beta.
Sources
AI-assisted reporting, overseen by the AgentsAI team. Spotted an error? Let us know.
More agents news
Microsoft Unveils Project Perception, a Multi-Agent System Built to Fight AI-Powered Hackers
Microsoft introduced Project Perception, a coordinated system of red-, blue- and green-team AI agents powered by a new in-house cybersecurity model, MAI-Cyber-1-Flash, entering public preview inside Microsoft Defender on August 3.
Fly.io Raises $25M, Taps Ex-Docker CEO as It Bets the Company on 'Computers for Agents'
Infrastructure company Fly.io announced a $25 million Series D and named former Docker CEO Scott Johnston as its new chief executive, formalizing a pivot from general-purpose cloud hosting to persistent, isolated compute built for AI coding agents.
OpenAI Launches Presence, a Managed Platform for Production AI Agents
OpenAI unveiled Presence, a fully managed enterprise platform for deploying voice and chat AI agents with built-in guardrails, policy controls and a continuous evaluation loop, launching in limited availability with BBVA Mexico, SoftBank and IAG among early customers.
Devin Maker Cognition Acquires Messaging Agent Poke for Nine Figures
Cognition, the company behind autonomous coding agent Devin, has acquired The Interaction Company of California, maker of the personality-driven texting agent Poke, in a deal reportedly valued in the low nine figures.