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.
1 parent bccff75 commit 9a6da2eCopy full SHA for 9a6da2e
src/mcp/server/streamableHttp.py
@@ -510,8 +510,8 @@ async def standalone_sse_writer():
510
# Process messages from the standalone stream
511
async for received_message in standalone_stream_reader:
512
# For the standalone stream, we handle:
513
- # - JSONRPCNotification (server can send notifications to client)
514
- # - JSONRPCRequest (server can send requests to client)
+ # - JSONRPCNotification (server sends notifications to client)
+ # - JSONRPCRequest (server sends requests to client)
515
# We should NOT receive JSONRPCResponse
516
517
# Send the message via SSE
0 commit comments