We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6482120 + 9a6da2e commit b957fadCopy full SHA for b957fad
src/mcp/server/streamableHttp.py
@@ -511,7 +511,7 @@ async def standalone_sse_writer():
511
async for received_message in standalone_stream_reader:
512
# For the standalone stream, we handle:
513
# - JSONRPCNotification (server sends notifications to client)
514
- # - JSONRPCRequest (server can send requests to client)
+ # - JSONRPCRequest (server sends requests to client)
515
# We should NOT receive JSONRPCResponse
516
517
# Send the message via SSE
0 commit comments