AgentCore Gateway adds support for the MCP 2026-07-28 spec

The Model Context Protocol's 2026-07-28 revision is a substantial re-architecture: the protocol becomes stateless, which lets it scale cleanly on standard HTTP infrastructure rather than requiring persistent connections. It adds a governed extensions system, strengthened authorization, and explicit lifecycle guarantees — changes aimed squarely at production, multi-tenant agent deployments rather than local developer experiments.
AWS's contribution is operational: Amazon Bedrock AgentCore Gateway now supports the new spec, and enabling it requires a single UpdateGateway API call. Critically, existing MCP clients continue to function unchanged, and adopting the new version is opt-in — so teams can migrate on their own schedule without breaking running agents. That backward-compatibility guarantee is the difference between a spec bump developers dread and one they can adopt incrementally.
The timing is notable. MCP has rapidly become the connective tissue for agentic systems across vendors, and a stateless, better-governed version matters for anyone building agents that call many tools at scale. AWS pairing the spec support with concrete AgentCore tutorials — including a market-surveillance multi-agent example using LangGraph for orchestration and Strands for reasoning, with checkpoint recovery and AgentCore memory/observability — signals it wants AgentCore to be the default home for MCP-based production agents.
Competitive context: this lands in the same week Google shipped Gemini API Managed Agents with hooks and triggers, underscoring that the agent-infrastructure battle has shifted from 'can you build an agent' to 'can you govern, scale, and audit fleets of them.' The stateless move directly addresses the scalability complaints that dogged earlier MCP versions. What to watch: how quickly Anthropic (MCP's originator), Google, and Microsoft's tooling adopt the 2026-07-28 spec, and whether the governed-extensions system becomes a de-facto security standard.