Skip to content

Commit dcf355b

Browse files
committed
Consistent casing should be lowercase
1 parent 0b695a6 commit dcf355b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mcp/client/streamable_http.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
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"
46-
ACCEPT = "Accept"
45+
CONTENT_TYPE = "content-type"
46+
ACCEPT = "accept"
4747

4848

4949
JSON = "application/json"

0 commit comments

Comments
 (0)