Fetching from the wire…
Top 5 · 2026-07-10 · source-backed
Eighteen days. That's how long you have.
The 2026-07-28 MCP specification release candidate removes the session concept from the protocol layer entirely. The initialize / initialized handshake is gone. The Mcp-Session-Id header is gone. Protocol version, client identity, and capabilities now travel in a _meta object attached to every request.
The consequence is the whole point: any server instance can serve any request. A remote MCP server now runs behind a plain round-robin load balancer. No sticky sessions. No shared Redis session store. No connection affinity. If you built session state into your remote MCP server, you're not migrating it. You're deleting it.
Hosts route on a new Mcp-Method header, which means proxies and gateways can make routing decisions without parsing the JSON-RPC body. Clients may cache tools/list responses for as long as the server's ttlMs permits, so your tool list becomes a cacheable resource with an explicit expiry rather than something re-fetched on every connection.
Three original-spec features get deprecated in the same RC, under the protocol's first formal deprecation policy: Roots, Sampling, and Logging. If you have a server calling Sampling, that's an audit item this week, not next month. The RC also introduces an extensions framework where new capabilities ship opt-in and stabilize outside the spec before moving into it, which changes the upgrade calculus. You can adopt an extension without waiting for a spec revision, and you get a defined window before something you depend on disappears.
Two extensions matter. MCP Apps standardizes the ad-hoc embedded-UI experiments into server-rendered HTML in a sandboxed iframe, and the design constraint is worth stealing wholesale: tools declare their UI templates in advance rather than streaming markup at call time, so the host can prefetch, cache, and security-review the template before anything runs. Actions taken inside the rendered UI route back through the same JSON-RPC base protocol, inheriting the identical consent and audit path as a direct tool call. Tasks was redesigned for a sessionless world: a server answers tools/call with a task handle, and the client drives the lifecycle through tasks/get, tasks/update, and tasks/cancel. The server decides which calls become tasks, so a tool can transparently become long-running without a client-side contract change.
MCP is escaping developer tooling fast. HeirWealth just shipped an MCP server so financial advisers can query consolidated client wealth data conversationally. A research paper treats MCP as compliance infrastructure for converting legacy docs into NIST OSCAL artifacts. The protocol is load-bearing in regulated industries now, and it's about to change shape underneath them.
Your checklist: grep for Mcp-Session-Id. Grep for initialize. Grep for sampling/ and roots/. Then go look at whatever load balancer config you wrote to keep clients pinned to one instance, and enjoy deleting it.
Each link below shares sources, entities, or timing with this story.
The 2026-07-28 Model Context Protocol spec published today, and it removes two things every MCP server currently depends on: the initialize/initialized handshake and the Mcp-Session-Id header. Both are gone. Not deprecated. Gone from the core. (Model Context Protocol Blog) Wha...
You have one week. If you run an MCP server in production, stop what you're doing and read the release candidate. The Model Context Protocol's 2026-07-28 spec is the largest revision since the protocol launched, and the headline is architectural: the initialize/initialized han...
The protocol that powers 14,000+ servers just made a breaking architectural change. If you run an MCP server, your migration clock started four days ago. The Model Context Protocol specification release candidate, locked May 21, removes the initialize/initialized handshake and...
Ten days. That's the window. The MCP 2026-07-28 release candidate drops the initialize/initialized handshake entirely. Protocol version, client info, and capabilities now ride in _meta on every request, with a new server/discover method if you want to fetch capabilities upfron...
The July 28 MCP specification revision replaced session-based transport with "stateless, self-contained requests" and per-request capability negotiation. The old dance was initialize, receive an Mcp-Session-Id, then call your tool. Two round trips minimum, plus server-side sta...
Ten days from spec to shipped client. That's fast even for this ecosystem. The MCP 2026-07-28 revision replaced the bidirectional stateful protocol with request/response. Every request now independently carries protocol version, client identity and capabilities. Cloudflare's t...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.