File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ def create_logger
2222end
2323
2424# Connect to SSE stream for real-time notifications
25- # Note: The SDK doesn't support SSE streaming yet, so we use raw Net::HTTP
25+ # The SDK doesn't support HTTP GET for SSE streaming yet, so we use raw Net::HTTP
26+ # See: https://modelcontextprotocol.io/specification/2025-11-25/basic/transports#listening-for-messages-from-the-server
2627def connect_sse ( session_id , logger )
2728 uri = URI ( SERVER_URL )
2829
Original file line number Diff line number Diff line change 22
33module MCP
44 class Client
5- # TODO: https://modelcontextprotocol.io/specification/2025-11-25/basic/transports#streamable-http (GET for SSE)
5+ # TODO: https://modelcontextprotocol.io/specification/2025-11-25/basic/transports#listening- for-messages-from-the-server
66 # TODO: https://modelcontextprotocol.io/specification/2025-11-25/basic/transports#resumability-and-redelivery
77
88 class HTTP
You can’t perform that action at this time.
0 commit comments