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 c7671e4 commit 0b695a6Copy full SHA for 0b695a6
src/mcp/client/streamable_http.py
@@ -42,7 +42,7 @@
42
MCP_SESSION_ID = "mcp-session-id"
43
MCP_PROTOCOL_VERSION = "mcp-protocol-version"
44
LAST_EVENT_ID = "last-event-id"
45
-CONTENT_TYPE = "content-type"
+CONTENT_TYPE = "Content-Type"
46
ACCEPT = "Accept"
47
48
0 commit comments