mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-20 07:14:24 +01:00
StreamableHttp - client refactoring and resumability support (#595)
This commit is contained in:
@@ -261,6 +261,7 @@ class ClientSession(
|
||||
read_timeout_seconds: timedelta | None = None,
|
||||
) -> types.CallToolResult:
|
||||
"""Send a tools/call request."""
|
||||
|
||||
return await self.send_request(
|
||||
types.ClientRequest(
|
||||
types.CallToolRequest(
|
||||
|
||||
Reference in New Issue
Block a user