Skip to content

Commit b957fad

Browse files
committed
Merge branch 'ihrpr/get-sse' into ihrpr/client
2 parents 6482120 + 9a6da2e commit b957fad

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
@@ -511,7 +511,7 @@ async def standalone_sse_writer():
511511
async for received_message in standalone_stream_reader:
512512
# For the standalone stream, we handle:
513513
# - JSONRPCNotification (server sends notifications to client)
514-
# - JSONRPCRequest (server can send requests 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)