We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1026b commit 7b9cd1eCopy full SHA for 7b9cd1e
server/src/index.ts
@@ -22,7 +22,7 @@ import mcpProxy from "./mcpProxy.js";
22
import { randomUUID } from "node:crypto";
23
24
const SSE_HEADERS_PASSTHROUGH = ["authorization"];
25
-const STREAMABLE_HTTP_HEADERS_PASSTHROUGH = ["authorization", "mcp-session-id"];
+const STREAMABLE_HTTP_HEADERS_PASSTHROUGH = ["authorization", "mcp-session-id", "last-event-id"];
26
27
const defaultEnvironment = {
28
...getDefaultEnvironment(),
0 commit comments