Skip to content

Commit 029ec56

Browse files
committed
format
1 parent 7ffd5ba commit 029ec56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server/streamableHttp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ async def standalone_sse_writer():
510510
# Process messages from the standalone stream
511511
async for received_message in standalone_stream_reader:
512512
# For the standalone stream, we handle:
513-
# - JSONRPCNotification (server can send notifications to client)
513+
# - JSONRPCNotification (server sends notifications to client)
514514
# - JSONRPCRequest (server can send requests to client)
515515
# We should NOT receive JSONRPCResponse
516516

0 commit comments

Comments
 (0)