We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6de1b2 commit d209c1cCopy full SHA for d209c1c
src/agents/mcp/server.py
@@ -209,6 +209,7 @@ def __init__(
209
improve latency (by avoiding a round-trip to the server every time).
210
name: A readable name for the server. If not provided, we'll create one from the
211
command.
212
+ client_session_timeout_seconds: the read timeout passed to the MCP ClientSession.
213
"""
214
super().__init__(cache_tools_list, client_session_timeout_seconds)
215
@@ -285,6 +286,8 @@ def __init__(
285
286
287
288
URL.
289
+
290
291
292
293
0 commit comments