Skip to content

Commit 7f37ddc

Browse files
quafftzolov
authored andcommitted
Use Last-Event-ID instead of last-event-id
see https://html.spec.whatwg.org/multipage/server-sent-events.html#the-last-event-id-header Signed-off-by: Yanming Zhou <[email protected]>
1 parent 5aba8a0 commit 7f37ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public interface HttpHeaders {
1919
/**
2020
* Identifies events within an SSE Stream.
2121
*/
22-
String LAST_EVENT_ID = "last-event-id";
22+
String LAST_EVENT_ID = "Last-Event-ID";
2323

2424
/**
2525
* Identifies the MCP protocol version.

0 commit comments

Comments
 (0)