Skip to content

Commit 8d3e733

Browse files
JunJieLiu51520tzolov
authored andcommitted
fix: typo MCP_SESSION_ID, keep consistent style with other identifiers (#564)
1 parent 20b5dc8 commit 8d3e733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp-core/src/main/java/io/modelcontextprotocol/spec/HttpHeaders.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public interface HttpHeaders {
1414
/**
1515
* Identifies individual MCP sessions.
1616
*/
17-
String MCP_SESSION_ID = "mcp-session-id";
17+
String MCP_SESSION_ID = "Mcp-Session-Id";
1818

1919
/**
2020
* Identifies events within an SSE Stream.

0 commit comments

Comments
 (0)