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 7ffd5ba commit 029ec56Copy full SHA for 029ec56
src/mcp/server/streamableHttp.py
@@ -510,7 +510,7 @@ 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)
+ # - JSONRPCNotification (server sends notifications to client)
514
# - JSONRPCRequest (server can send requests to client)
515
# We should NOT receive JSONRPCResponse
516
0 commit comments