HomeAgent FrameworksAgentCore GatewayがMCP 2026-07-28仕様をサポートする方法

AgentCore GatewayがMCP 2026-07-28仕様をサポートする方法How AgentCore Gateway supports the MCP 2026-07-28 spec

AI要点サマリSummary highlight

MCPの最大改訂版となる2026-07-28仕様ではステートレス化・拡張システムの整備・認可強化が行われ、Amazon Bedrock AgentCore Gatewayでの有効化方法を解説している。

The MCP 2026-07-28 spec introduces stateless operation, a governed extensions system, and hardened authorization; this post explains how Amazon Bedrock AgentCore Gateway adopts each change.

要約と収集メタデータをもとに生成した AI 解説本文です。元記事全文の転載・翻訳ではありません。This AI explainer is generated from the summaries and collected metadata, not from a reproduction or translation of the full source article.

モデルコンテキストプロトコル(MCP)が2026-07-28仕様を公開した。ローンチ以来最大の改訂とされ、ステートレス化、統制された拡張システム、認可の強化という三つの柱を軸に据える。AWSは公式ブログで、この新仕様の変更点と、Amazon Bedrock AgentCore Gatewayで新バージョンを有効化する方法を解説している。

MCPは、AIエージェントやモデルを外部のツールやデータソースへ接続するための標準規格として広がってきた。個々のツールごとに独自の連携を作り込む手間を減らし、共通のインターフェースでサーバー(MCPサーバー)と接続できる点が特徴だ。今回の改訂はその土台に踏み込む大規模な見直しと位置づけられている。

最大の変更点の一つがステートレス化である。従来はセッションの状態を保持する前提が処理を複雑にし、スケールや冗長化の妨げになりやすかった。ステートレスな設計に移行することで、リクエストを複数のインスタンスへ分散しやすくなり、クラウド上での運用性が高まる可能性がある。

拡張システムの整備も見逃せない。統制された(governed)拡張の仕組みを導入することで、独自機能の追加を無秩序にせず、互換性を保ちながら拡張できる枠組みを目指すと見られる。加えて認可(authorization)が強化され、どのエージェントがどのリソースにアクセスできるかをより厳密に管理できるようになる。企業利用ではセキュリティとガバナンスが導入の前提になりやすく、この強化は実運用上の意味が大きい。

AgentCore GatewayはBedrock上でエージェントと各種ツールをつなぐ役割を担う。AWSによれば、これらの変更点それぞれを取り込み、新仕様に沿った形で有効化できるという。MCPをめぐってはAnthropicをはじめ複数の事業者が対応を進めており、主要クラウドが仕様追随を示すことは、エコシステム全体の標準化を後押しする動きと受け止められそうだ。

Amazon Web Services has published guidance on how its Bedrock AgentCore Gateway supports the Model Context Protocol (MCP) 2026-07-28 specification, which the protocol's maintainers describe as the largest revision since MCP launched. The change matters for developers building agentic systems, because MCP has become a widely used way to connect large language models to external tools, data sources, and services, and altering its foundations affects every client and server that relies on it.

At a high level, the new specification makes three notable changes: MCP is now stateless, it adds a governed extensions system, and it strengthens authorization. The AWS Machine Learning Blog post walks through what changed and shows how to enable the updated version on Amazon Bedrock AgentCore Gateway, positioning the managed service to remain compatible as the standard evolves.

MCP first appeared as an open protocol intended to standardize the connection between AI applications and the context they need, using a client-server model in which host applications talk to MCP servers that expose tools and resources. Before this revision, MCP interactions generally relied on persistent sessions, which required servers to track connection state across a series of requests. That approach worked but could complicate horizontal scaling, load balancing, and serverless deployment, where requests may be routed to different instances.

Making MCP stateless directly addresses those operational concerns. Without server-side session state to maintain, requests can in principle be handled independently, which tends to simplify deployment behind load balancers and on ephemeral compute. This is likely a meaningful change for cloud providers, since a stateless model aligns well with the managed, elastic infrastructure that AWS offers through Bedrock and Lambda.

The governed extensions system appears aimed at a recurring tension in fast-moving standards: allowing the protocol to grow without fragmenting into incompatible variants. A governed approach suggests a defined process for proposing, registering, and negotiating optional capabilities, so that vendors can extend functionality while clients and servers still agree on a common baseline. For an intermediary such as a gateway, that structure is useful because it clarifies which behaviors are standard and which are opt-in.

Hardened authorization continues a direction MCP has taken previously, when the protocol moved toward established patterns such as OAuth for delegated access. Strengthening authorization in the 2026-07-28 specification is consistent with growing scrutiny of how autonomous agents obtain and use credentials, given that an agent connected to many tools represents a broad potential attack surface. AWS lists authorization among the tags for the post, and AgentCore Gateway's role as a controlled entry point makes it a natural place to enforce these requirements.

Amazon Bedrock AgentCore is AWS's set of services for building and running agents

  • 出典SourceAWS Machine Learning Blog公式Official
  • 直近30件の平均重要度Avg importance, last 301=Info · 2=Medium · 3=High
  • 配信形式FormatブログBlog
  • 重要度Importance重要度 HighHigh priority(Agent Frameworks 137件中、同等以上 5件)(5 of 137 Agent Frameworks entries are equal or higher)
  • 情報の寿命Half-life🏛️ 長期 (アーキテクチャ)Long-term (architecture)
  • 原文言語Source languageEN
  • 収集日時Collected2026/07/31 07:56

本ページの本文と要約は AI による自動生成です。日本語版と英語版は言語ごとに独立して生成されるため、表現や詳しさが異なる場合があります。正確性は元記事 (aws.amazon.com) をご確認ください。The body and summaries are AI-generated independently for each language, so wording and detail may differ. Verify accuracy at the original source (aws.amazon.com).

🤖Agent Frameworks の他の記事More from Agent Frameworksもっと見る →View more →