PulseAugur
实时 17:28:28
English(EN) MCP's next release candidate drops sessions and the handshake, pushes state into handles

Model Context Protocol 在重大更新中放弃会话,转为无状态句柄

Model Context Protocol (MCP) 即将发布一个新候选版本,该版本将移除会话和初始化握手,将状态管理转移到句柄。这一重大更新旨在使远程服务器更像无状态 HTTP,从而简化服务器实现并提高可扩展性。虽然这一变化为 CI/CD 工具和部署带来了好处,但需要对现有的 MCP 服务器和客户端实现进行大量重写,以适应新的无状态模型。 AI

影响 此协议更新可以通过实现无状态服务器交互来简化 AI 代理的部署和扩展。

排序理由 这是对特定协议的更新,而不是前沿发布或重大的行业事件。

在 dev.to — MCP tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Model Context Protocol 在重大更新中放弃会话,转为无状态句柄

报道来源 [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Leo ·

    MCP's next release candidate drops sessions and the handshake, pushes state into handles

    <p>The next Model Context Protocol release candidate drops sessions and the initialization handshake, and it pushes state into handles so remote servers behave more like stateless HTTP. The New Stack reports the rewrite is the biggest update to MCP since the protocol launched, an…