返回全部动态
MCP 新规范:迈向无状态协议,简化服务器部署
原标题:The next generation of MCP
AI 摘要
Cloudflare AI Blog 发文介绍 MCP 2026-07-28 规范,该规范将 MCP 从有状态协议改为无状态协议,移除了握手和会话 ID,简化了服务器部署。Cloudflare 的 Agents SDK 已支持新规范,并提供了 createMcpHandler 迁移路径。新规范还引入了 Multi Round-Trip Requests (MRTR) 机制,替代了需要开放流的 elicitation 方式。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
Over the last year and a half, the Model Context Protocol (MCP) has become the universal standard for how agents interact with external services. But one of the main criticisms of MCP was that the protocol required a stateful connection between Client and Server. This evolved from MCP’s origins and the first STDIO transport, designed for local applications. When MCP Servers went remote, it translated the stateful connection that worked so well locally and transposed it onto web infrastructure. B
发布时间:2026-08-06 21:00
抓取时间:2026-08-06 21:12
来源机构:Cloudflare