本文へスキップ

MCP 2026-07-28、セッション前提を外してagent tool基盤をHTTPへ

Original: The 2026-07-28 Specification View original →

Read in other languages: 한국어English
LLM Jul 29, 2026 By Insights AI 1 min read 1 views Source

agent tool serverの運用で前提になりがちだったsticky sessionが、MCPの正式specから後退する。Model Context Protocolチームは2026年7月28日2026-07-28 specificationを公開し、stateless protocol core、Multi Round-Trip Requests(MRTR)、header-based routing、cacheable list results、authorization hardening、extensions framework、Tier 1 SDK更新をまとめて入れた。

最も大きい変更は、protocolが接続状態を持たない方向へ移ったことだ。従来のStreamable HTTPではinitialize handshakeとMcp-Session-Idがあり、server authorはsticky routingやshared session storeを意識せざるを得なかった。新specではprotocol versionとcapabilitiesを各requestに載せるため、round-robin load balancer配下のどのinstanceでも同じcallを処理しやすくなる。

この変更が重いのは、MCPがすでに大きなdeveloper substrateになっているからだ。maintainerはTier 1 SDKのdownloadが月間約5億件に近く、TypeScriptとPython SDKがそれぞれ累計10億downloadを超えたと説明している。標準の変更はClaude Desktopのようなclientだけでなく、社内agent gateway、developer tool、SaaS connectorにも及ぶ。

MRTRはtool workflowの途中で追加入力を求めるための正式な形を与える。list resultのcache、routing header、authorization整理、extension frameworkも同じ狙いだ。MCP AppsやTasksのように変化が速い機能はcore protocolに固定するのではなく、versioned extensionとして扱う。

2025-11-25実装がすぐ使えなくなるわけではない。ただし、これからMCP serverをpublicまたはenterprise環境へ出すteamは、stateless HTTP serviceを基本形として設計する必要がある。agent stackの難所がmodelからtool infrastructureへ移るほど、このspecの意味は大きくなる。

Share: Long

Related Articles

LLM X/Twitter Apr 1, 2026 1 min read

GitHubは2026年3月31日のX投稿で、programmable executionがAI applicationのinterfaceになりつつあると強調し、3月10日のCopilot SDKブログ記事を再度案内した。GitHubはSDKがproduction-testedなplanning・execution engineを公開し、MCPベースのcontext groundingとproduct内へのagent workflow埋め込みを可能にすると説明している。