AAIFのMCP開発者サミット:ゲートウェイ、gRPC、および観測可能性のシグナルプロトコル強化
本文の状態
日本語全文を表示中
詳細モードで約6分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
InfoQ
Linux FoundationのAgentic AI Foundationが主催するMCP開発者サミットで、AmazonとUberがModel Context Protocolの進化と企業導入について議論し、セキュリティ、相互運用性、本番環境でのスケーリングを強調した。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るSource Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
ニューヨークのマリオット・マーキスで4月2日から3日にかけて開催された「MCP Dev Summit North America 2026」には、約1,200人が参加し、モデル・コンテキスト・プロトコル(Model Context Protocol: MCP)エコシステムの象徴的なイベントとなりました。Linux FoundationのAgentic AI Foundationの下で組織されたこの2日間の会議は、このプロトコルが実験的な起源を大きく超えて進化したことを明確に示しました。
Anthropicの技術スタッフであり、MCPの共同作成者であるDavid Soria Parra氏は、「MCP: The Integration Protocol」と題した基調講演を行い、プロトコルの軌道を描き出しました。彼は、MCPの進化を、ローカルのstdio専用サーバーから、現在のリモートサーバー、認可(authorization)、elicitation、構造化出力、そして長時間実行されるエージェント間通信のための実験的なタスクプリミティブ(primitive)へと至る現在の状況まで追跡しました。最も重要な技術的なトピックは、SEP-1442を中核とする新しいトランスポート作業であり、これはMCPをステートフルなセッションからステートレスなリクエストへと移行させるものです。
おそらく、企業からのコミットメントを示す最も強力なシグナルはアマゾンからのものでした。かつてのAI懐疑論者だと自らを形容するシニアソフトウェアエンジニア、ジェームス・フッド氏は、MCPが同社においてエージェントと内部システムを接続するための中核的な構成要素となっている経緯を説明しました。アマゾンは社内向けのMCP発見インフラストラクチャを構築し、オープンソースプロジェクト「agent-sop」に反映されているように、MCPツール、エージェントのスキル、コンテキストファイル、標準作業手順(Standard Operating Procedures)を組み合わせ可能で共有可能なエージェント構成にパッケージ化する形式化を進めています。フッド氏をはじめとするアマゾンのエンジニアたちは、サイモン・ウィルソンの「致命的なトリオ(lethal trifecta)」フレームワークを活用しています。
Uberのエージェントプラットフォームチームを代表し、「Enterprise ScaleでMCPを運用する:Uberの取り組み」と題された基調講演でメガナ・ソマスンダラ氏とラッシュ・テラーニ氏が、このプロトコルを本番環境で確実に運用する規模の社内MCP利用について説明しました。同社は制御平面としてMCPゲートウェイとレジストリを構築し、数千の社内Thrift、Protobuf、HTTPエンドポイントをMCPを通じてエージェントに自動的に公開しています。すべてのエージェントトラフィックはGenAIゲートウェイ(Goベースのプロキシ)を介して流れており、このプロキシは外部モデルへのリクエストが届く前に個人識別情報(PII)のマスク処理と内部識別子の除去を行います。現在、同プラットフォームでは週単位で数万回にわたるエージェント実行が稼働しています。
ゲートウェイ・パターンは、会議全体を通じて支配的なアーキテクチャのコンセンサスとして浮上しました。Amazon Web Services、Uber、Docker、Kong、Solo.io などを含む複数のエンタープライズスピーカーやスポンサーは、大規模な MCP(Model Context Protocol)を展開する組織には、すべてのエージェント相互作用に対する制御面として、レジストリとペアになった中央集権型ゲートウェイが必要であるという同じ結論に達しました。Arcade.dev の共同創設者兼 CEO である Alex Salazar は、LLM が動作する推論レイヤーと、ガバナンス、認可、変更制御が存在しなければならないアクションレイヤーの間に明確な線引きを行うことで、このパターンの必要性を説きました。
MCP ツール定義がモデルのコンテキストウィンドウを過度に消費するという問題である「コンテキスト・ブロート」は、複数の講演を通じてプロトコルの欠陥ではなくクライアント側の問題として再定義されました。Claude Code は現在、プログレッシブ・ツール・ディスカバリと MCP ツール検索機能を使用しており、ツールの説明がコンテキストウィンドウの 10% を超える場合にそれらを自動的に延期します。Anthropic は、トークン使用量が約 85% 削減されたことを示すベンチマークを公開しています。
MCP Appsは、サーバーがクライアントに対してインタラクティブなUIを提供することを可能にする公式のMCP拡張機能として初めて登場し、本サミットで最も顕著に注目された技術的進歩の一つでした。2026年1月26日に正式にリリースされたこの仕様では、ツールがHTML、JavaScript、CSSを指すUIリソースを宣言でき、これらはサンドボックス化されたiframe内でレンダリングされ、双方向のJSON-RPC over postMessageによって対話が可能になります。リリースから数ヶ月以内に、MCP AppsはClaude、ChatGPT、GitHub Copilot付きのVS Code、Goose、Postman、MCPJamによって採用されました。
財団自体も重要な組織的マイルストーンを発表しました。Linux Foundationのエグゼクティブ・ディレクターであるJim Zemlinは、2025年12月に設立されたAgentic AI Foundationの急速な成長を強調しており、すでにプラチナ、ゴールド、シルバーの各ティアに100社以上のメンバーが追加され、MCP、Block社のgoose、OpenAIのAGENTS.mdといった主要な貢献によって支えられています。
この2日間のイベントでは、プロトコルの次の段階の進化を形作る可能性のあるいくつかの新興テーマも強調されました。SEP-1686で定義され、2025年11月25日版の仕様改訂で実験的機能として提供されたタスクプリミティブ(Tasks primitive)は、サーバーが即時に永続的なハンドルを返すことを可能にし、実際の作業はバックグラウンドで継続されます。この機能には、リトライセマンティクス(retry semantics)と結果の有効期限ポリシーが含まれ、コミュニティはライフサイクルのギャップを埋める作業を行っています。MCPにおけるWebhooksのようなトリガー(Triggers)は、サーバーがクライアントに対して新しいデータを積極的に通知できるようにするものであり、公開されたチャーターを持つコミュニティの「トリガーとイベント作業部会」(Triggers and Events Working Group)によって推進されています。別個に、Linux Foundationは2026年4月2日にx402 Foundationを立ち上げました。
詳細を学びたい開発者は、YouTubeでDay 1およびDay 2の完全なライブストリーム録画を視聴し、イベントスケジュール全体を閲覧するか、最新のロードマップの詳細についてはModel Context Protocolの仕様サイトをご覧ください。
著者について
原文を表示
The MCP Dev Summit North America 2026, held April 2-3 at the New York Marriott Marquis, drew roughly 1,200 attendees to what has become the flagship event of the Model Context Protocol ecosystem. Organized under the Linux Foundation's Agentic AI Foundation, the two-day conference made clear that the protocol has moved well beyond its experimental origins.
David Soria Parra, co-creator of MCP and member of technical staff at Anthropic, delivered a keynote titled "MCP: The Integration Protocol" and laid out the protocol's trajectory. He traced MCP's evolution from local stdio-only servers to the current landscape of remote servers, authorization, elicitations, structured outputs, and the experimental tasks primitive for long-running agentic communication. The most significant technical thread was the new transport work, anchored by SEP-1442, that will move MCP from stateful sessions toward stateless requests.
Perhaps the strongest signal of enterprise commitment came from Amazon. James Hood, a principal software engineer who has described himself as a former AI skeptic, explained how MCP has become a core building block for connecting agents to internal systems at the company. Amazon built an internal MCP discovery infrastructure and has been formalizing the bundling of MCP tools, agent skills, context files, and Standard Operating Procedures into composable, shareable agent configurations, as reflected in its open-source agent-sop project. Hood and other Amazon engineers have leaned on Simon Willison's "lethal trifecta" framework.
Uber's agentic platform team, represented by Meghana Somasundara and Rush Tehrani in a keynote titled "Operating MCPs at Enterprise Scale: Uber's Journey," described internal MCP usage at a scale that puts the protocol firmly in production. The company built an MCP Gateway and Registry as its control plane, automatically exposing thousands of internal Thrift, Protobuf, and HTTP endpoints to agents through MCP, with all agentic traffic flowing through the GenAI Gateway, a Go-based proxy that performs PII redaction and scrubs internal identifiers before requests reach external models. Tens of thousands of agent executions now run through the platform each week.
The gateway pattern emerged as the dominant architectural consensus across the conference. Multiple enterprise speakers and sponsors, including Amazon Web Services, Uber, Docker, Kong, and Solo.io, converged on the same conclusion that organizations deploying MCP at scale need a centralized gateway paired with a registry as the control plane for all agent interactions. Alex Salazar, co-founder and CEO of Arcade.dev, made the case for the pattern by drawing a sharp line between the reasoning layer, where LLMs operate, and the action layer, where governance, authorization, and mutation control must live.
Context bloat, the problem of MCP tool definitions consuming too much of the model's context window, was reframed across multiple talks as a client-side problem rather than a protocol deficiency. Claude Code now uses progressive tool discovery and an MCP tool search capability, automatically deferring tools when their descriptions would otherwise consume more than 10 percent of the context window. Anthropic has published benchmarks showing roughly 85 percent reductions in token usage.
MCP Apps, the first official MCP extension that enables servers to provide interactive UIs to clients, was one of the most prominently featured technical advancements of the summit. Officially released on January 26, 2026, the spec lets tools declare a UI resource that points to HTML, JavaScript, and CSS, rendered in a sandboxed iframe, with bidirectional JSON-RPC over postMessage for interaction. Within months of launch, MCP Apps had been adopted by Claude, ChatGPT, VS Code with GitHub Copilot, Goose, Postman, and MCPJam.
The foundation itself announced significant organizational milestones. Jim Zemlin, executive director of the Linux Foundation, has highlighted the rapid growth of the Agentic AI Foundation, formed in December 2025, which has already added well over a hundred members across Platinum, Gold, and Silver tiers and is anchored by major contributions including MCP, Block's goose, and OpenAI's AGENTS.md.
The two-day event also highlighted several emerging themes likely to shape the next phase of the protocol's evolution. The tasks primitive, captured in SEP-1686 and shipped as experimental in the November 25, 2025 spec revision, lets servers return a durable handle immediately while real work continues in the background, with retry semantics and result expiration policies among the lifecycle gaps the community is working to close. Triggers, essentially webhooks for MCP that would let servers proactively notify clients of new data, are being driven by a community Triggers and Events Working Group with a published charter. Separately, the Linux Foundation also launched the x402 Foundation on April 2, 2026.
Developers interested in learning more can watch the full livestream recordings for Day 1 and Day 2 on YouTube, browse the full event schedule, or visit the Model Context Protocol specification site for the latest roadmap details.
About the Author
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み