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: align timeout params between sse_client and streamable_http_client
Fixes#936
- sse_client: replace hardcoded timeout defaults (5.0/300.0) with shared
constants MCP_DEFAULT_TIMEOUT and MCP_DEFAULT_SSE_READ_TIMEOUT
- streamable_http_client: add headers, timeout, sse_read_timeout, and auth
parameters to match sse_client's interface
- Both transports now use consistent defaults from _httpx_utils.py
0 commit comments