Commit 252917f
aryanmotgi
docs: correct create_mcp_http_client default timeout docstring
The docstring claimed the default timeout is 30 seconds, but the
implementation sets httpx.Timeout(30, read=300) so the read timeout is
actually 5 minutes to accommodate long-lived SSE streams. Update the
docstring to reflect the real defaults.1 parent e8e6484 commit 252917f
1 file changed
Lines changed: 4 additions & 2 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
0 commit comments