Commit 7a6c89d
committed
Restore original create_mcp_http_client default timeout
Remove the read timeout parameter from the default timeout that was
incorrectly added. The original behavior uses a simple 30-second timeout
for all operations when no custom timeout is provided.
Callers that need longer read timeouts (like session_group for SSE
streams) explicitly pass httpx.Timeout(30.0, read=300.0).
This change restores the original behavior from the main branch.1 parent 43dec02 commit 7a6c89d
File tree
1 file changed
+1
-1
lines changed1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments