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 a82c69bCopy full SHA for a82c69b
src/mcp/client/streamable_http.py
@@ -43,7 +43,7 @@
43
MCP_PROTOCOL_VERSION = "mcp-protocol-version"
44
LAST_EVENT_ID = "last-event-id"
45
CONTENT_TYPE = "content-type"
46
-ACCEPT = "Accept"
+ACCEPT = "accept"
47
48
49
JSON = "application/json"
0 commit comments