Skip to content

Commit a82c69b

Browse files
authored
Consistent casing for default headers Accept and Content-Type (#1263)
1 parent c7671e4 commit a82c69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/client/streamable_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
MCP_PROTOCOL_VERSION = "mcp-protocol-version"
4444
LAST_EVENT_ID = "last-event-id"
4545
CONTENT_TYPE = "content-type"
46-
ACCEPT = "Accept"
46+
ACCEPT = "accept"
4747

4848

4949
JSON = "application/json"

0 commit comments

Comments
 (0)