Skip to content

Commit 0b695a6

Browse files
committed
Consistent casing for default headers Accept and Content-Type
1 parent c7671e4 commit 0b695a6

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
@@ -42,7 +42,7 @@
4242
MCP_SESSION_ID = "mcp-session-id"
4343
MCP_PROTOCOL_VERSION = "mcp-protocol-version"
4444
LAST_EVENT_ID = "last-event-id"
45-
CONTENT_TYPE = "content-type"
45+
CONTENT_TYPE = "Content-Type"
4646
ACCEPT = "Accept"
4747

4848

0 commit comments

Comments
 (0)