Skip to content

Commit 9a6da2e

Browse files
committed
ruff check
1 parent bccff75 commit 9a6da2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mcp/server/streamableHttp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,8 @@ 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)
514-
# - JSONRPCRequest (server can send requests to client)
513+
# - JSONRPCNotification (server sends notifications to client)
514+
# - JSONRPCRequest (server sends requests to client)
515515
# We should NOT receive JSONRPCResponse
516516

517517
# Send the message via SSE

0 commit comments

Comments
 (0)