MCP Ships Stateless as Final Spec, and AgentCore Turns It On
The MCP 2026-07-28 spec is final today: a stateless core drops the initialize handshake and session header, Tier-1 SDKs ship support now, and Roots/Sampling/Logging are only deprecated with a 12-month runway. AWS turned it on in AgentCore Gateway via one UpdateGateway call, while Kimi K3's new...
Highlights
- The MCP 2026-07-28 specification is published as final today — a stateless request/response core that retires the
initializehandshake and theMcp-Session-Idheader, letting requests land on any server instance behind a plain round-robin load balancer. (Model Context Protocol) - Contrary to the "features vanish tomorrow" framing of recent days, Roots, Sampling, and Logging are deprecated — not deleted — with "at least twelve months" before removal, and legacy HTTP+SSE gets the same courtesy. (Model Context Protocol)
- AgentCore Gateway supports the new spec today, opt-in via a single
UpdateGatewaycall, with inbound IAM (SigV4) or OAuth/JWT auth left unchanged. (AWS) - Anthropic is rolling MCP 2026-07-28 across Claude products and its connectors directory — no committed dates, but the stateless core is the on-ramp. (Claude)
Key Signals
-
The stateless spec is final, and the SDKs are the story — 2026-07-28
All four Tier-1 SDKs (TypeScript, Python, Go, C#) support the final spec immediately, with the Rust SDK in beta — so the beta-testing window builders had this week closes into GA rather than a cliff. New in the core: Multi Round-Trip Requests (MRTR) carry server-to-client prompts like user confirmations without an open bidirectional stream, and authorization hardens with RFC 9207 issuer validation plus a shift from Dynamic Client Registration toward Client ID Metadata Documents (CIMD). (Model Context Protocol)
-
Sessions become someone else's problem — in a good way — AWS, 2026-07-28
With
Mcp-Session-Idgone, remote MCP servers "become standard HTTPS endpoints, which scale cleanly with enterprise workloads," killing the need for sticky routing or a shared session store. AgentCore Gateway ships this backward-compatibly today; existing gateways keep working, and the upgrade is a single API call. (AWS) -
Kimi K3's license is finally on the table — The New Stack, ~2026-07-27
The elephant from this week's open-weights drop — the unpublished license — now reads as free use with commercial deals required for large providers, shipping as ~1.56 TB across 96 shards. The 2.8T-parameter model is open, but the footprint still means clouds and large enterprises operationalize it first. (The New Stack) (Hugging Face)
Why It Matters / What To Watch
-
Re-plan your MCP migration around a window, not a deadline.
- The 12-month deprecation clock on Roots/Sampling/Logging means you can ship stateless now and retire those capabilities on your own schedule — don't rip them out this week. (Model Context Protocol)
- If you run remote servers, drop sticky-session infra and CIMD-align your auth; the beta SDKs you tested are now the GA path. (Model Context Protocol)
- Managed platforms are absorbing the protocol churn.
-
Open weights ≠ open access.
- Before betting on self-hosted Kimi K3, price the ~1.56 TB / 96-shard footprint and read the commercial-deal clause for provider-scale use. (The New Stack) (Hugging Face)
Quick Links
-
The 2026-07-28 Specification — Model Context Protocol Blog
https://blog.modelcontextprotocol.io/posts/2026-07-28/ -
How AgentCore Gateway supports the MCP 2026-07-28 spec — AWS Machine Learning Blog
https://aws.amazon.com/blogs/machine-learning/how-agentcore-gateway-supports-the-mcp-2026-07-28-spec/ -
MCP 2026-07-28 spec: stateless core, coming to Claude — Claude by Anthropic
https://claude.com/blog/bringing-mcp-2026-07-28-to-claude -
Beta SDKs for the 2026-07-28 MCP Spec Release Candidate Are Here — Model Context Protocol Blog
https://blog.modelcontextprotocol.io/posts/sdk-betas-2026-07-28/ -
Moonshot opens Kimi K3 weights — but few can run it — The New Stack
https://thenewstack.io/kimi-k3-open-weights/ -
moonshotai/Kimi-K3 — Hugging Face
https://huggingface.co/moonshotai/Kimi-K3