envoyproxy/envoy

Feature Request: Support for MCP 241105 Spec in Envelope Stateful Session Extension

Open

#40,247 建立於 2025年7月16日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)C++ (5,373 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

Title: Support MCP 241105 Spec in Envelope Stateful Session Extension

Description:

The current envelope stateful session extension (introduced in PR #39004) only supports the MCP 250326 spec (header-based session tracking).

However, the MCP 241105 spec is not supported. This spec requires Envoy to decode the initial SSE event in the upstream response, extract and update the session ID, and manage the session context accordingly.

Supporting MCP 241105 would enable compatibility with upstream servers and clients that rely on this protocol for session management, especially for SSE-based applications.

Please consider adding native support for MCP 241105 in the envelope stateful session extension, so that Envoy can handle session context as required by this spec, without relying on Lua scripts or external workarounds.

Relevant Links:

貢獻者指南