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
Resolve HttpSse transport not using URL path for SSE endpoint
The HttpSse transport case was extracting the path from the URL but
discarding it, causing the client to default to /rpc instead of using
the correct path (e.g., /sse) specified in the server URL.
Changes:
- Extract and set config.http_path from URL for HttpSse transport
- Set config.http_host for proper Host header
- Add SSL configuration for HTTPS URLs (matching StreamableHttp behavior)
0 commit comments