-
Notifications
You must be signed in to change notification settings - Fork 766
Closed
Description
Hi @chemicL ,
I've observed an issue where the SSE handler callback is not being triggered for GET:/mcp in WebClientStreamableHttpTransport.
The reconnect(null) call in WebClientStreamableHttpTransport consumes the jsonrpcMessage but fails to execute the corresponding SSE handler callback for endpoint GET:/mcp.
Lines 250 to 255 in 9a63538
| if (transportSession | |
| .markInitialized(response.headers().asHttpHeaders().getFirst("mcp-session-id"))) { | |
| // Once we have a session, we try to open an async stream for | |
| // the server to send notifications and requests out-of-band. | |
| reconnect(null).contextWrite(sink.contextView()).subscribe(); | |
| } |
Metadata
Metadata
Assignees
Labels
No labels
