
Model Context Protocol、5つの優先領域を含む新ロードマップを公開
Model Context Protocol (MCP) の Core Maintainers と Working Groups は、次の仕様リリースおよびその先を対象とした更新ロードマップを公開した。ロードマップは Agentic messaging primitives、HTTP-native transport unification and hardening、Agent identity and enterprise-ready security、Improved primitives、Improved SDK developer experience の5つの優先領域で構成されている。
このロードマップは 2026-08-22 に発表され、同年 7月28日のリリースで remote MCP server が他の HTTP workload と同等になったことを踏まえている。
ロードマップの構成と背景
Model Context Protocol のロードマップは、Core Maintainers とコミュニティの maintainer、Working Groups が協力して開発した。公表されたロードマップは、次の仕様リリース以降の開発方針を定める5つの優先領域で組織されている。
Agentic messaging primitives の強化
「Modern agentic workloads no longer fit the standard request-and-response pattern」と述べられており、MCP はループの実行時間延長、サーバーによるストリーム結果のプッシュ、および途中での作業調整の必要性に対応する。MCP は Tasks、subscriptions/listen、progress notifications を導入した。
インフラストラクチャとセキュリティの整備
2026-07-28 のリリースにより「a remote MCP server is now no longer different from any other HTTP workload」となり、HTTP-native transport の統一と強化が進められている。さらに、「We want MCP servers to have a standardized way to recognize and trust those agent identities, built on existing standards rather than pasted API keys and long-lived tokens」との方針のもと、Agent identity と enterprise-ready security の実装が優先領域として設定されている。
Tool calling と Developer Experience
「Tool calling is the part of MCP most developers touch first, and it has held up well over the lifetime of the protocol」と評価されており、ツール呼び出しはプロトコルの中核となる機能である。一方、tool catalog の規模に関わるスケールの課題に対応するため、Progressive discovery effort が開始されている。Improved primitives と Improved SDK developer experience が優先領域に含まれ、開発者体験の向上が図られている。
筆者の見立て
- サーバーに100個のツールを接続する場合、ユーザーが1つの質問もする前にモデルがその全体をカバーするための費用を負担することになるという点を解釈として示唆している
- ツールリストが増えるにつれてツール選択の精度が低下する傾向があると論じている
- API の明確性と正確なドキュメントが、最小限の手間でコードが機能するかどうかを決定すると解釈している
この記事は元記事の事実のみに基づいて自動生成されました。
出典
Model Context Protocol Blog, "The New MCP Roadmap", https://blog.modelcontextprotocol.io/posts/mcp-roadmap/