You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix StreamableHttpTransport to build JSON-RPC envelope and extract result
The StreamableHttpTransport::request method was passing the params
directly to the server instead of wrapping them in a JSON-RPC envelope.
It was also returning the full JSON-RPC response instead of extracting
the result.
Fixes:
- Build proper JSON-RPC request with jsonrpc, method, params, and id
- Extract result from JSON-RPC response envelope
- Handle JSON-RPC errors by throwing TransportError
0 commit comments