Home icon

How AgentCore Gateway supports the MCP 2026-07-28 spec

Machine Learning Blog



This article explains how AgentCore Gateway supports the MCP 2026-07-28 specification, the largest revision of the Model Context Protocol since its launch.

  • MCP becomes stateless, eliminating session pinning and enabling horizontal scaling on standard HTTP infrastructure
  • Protocol version, client info, and capabilities now travel in request headers and metadata instead of requiring initialization handshakes
  • Routing, caching, and tracing work without parsing JSON-RPC bodies using standard HTTP headers like Mcp-Method and Mcp-Name
  • Server-to-client interactions use Multi-Round-Trip Requests with opaque state tokens instead of persistent connections
  • New extensions framework allows capabilities to evolve independently without breaking core protocol
  • Authorization aligns with OAuth 2.0 and OpenID Connect production practices
  • Transport and application error layers are cleanly separated with proper HTTP status codes
  • Enable 2026-07-28 on AgentCore Gateway with a single UpdateGateway call supporting multiple versions simultaneously

The update is opt-in and backward-compatible, allowing clients and gateways to upgrade independently while supporting multiple protocol versions concurrently.



Go to article

The AWS News Feed is currently looking for gold sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.

Related articles

Jun 1
2026
Extending MCP support for Amazon Bedrock AgentCore Gateway
Nov 6
2025
Transform your MCP architecture: Unite MCP servers through AgentCore Gateway
Dec 8
2025
Streamline AI agent tool interactions: Connect API Gateway to AgentCore Gateway with MCP
Jun 2
2026
Building a secure auth code flow setup using AgentCore Gateway with MCP clients

The AWS News Feed is currently looking for silver sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.