We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9cd1e commit 5d0c3c4Copy full SHA for 5d0c3c4
server/src/index.ts
@@ -22,7 +22,11 @@ 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", "last-event-id"];
+const STREAMABLE_HTTP_HEADERS_PASSTHROUGH = [
26
+ "authorization",
27
+ "mcp-session-id",
28
+ "last-event-id",
29
+];
30
31
const defaultEnvironment = {
32
...getDefaultEnvironment(),
0 commit comments