We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8b66b commit 74f5fcfCopy full SHA for 74f5fcf
5 files changed
src/mcp/client/session.py
@@ -261,6 +261,7 @@ async def call_tool(
261
read_timeout_seconds: timedelta | None = None,
262
) -> types.CallToolResult:
263
"""Send a tools/call request."""
264
+
265
return await self.send_request(
266
types.ClientRequest(
267
types.CallToolRequest(
0 commit comments