Skip to content

Commit 74f5fcf

Browse files
authored
StreamableHttp - client refactoring and resumability support (#595)
1 parent cf8b66b commit 74f5fcf

File tree

5 files changed

+710
-195
lines changed

5 files changed

+710
-195
lines changed

src/mcp/client/session.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ async def call_tool(
261261
read_timeout_seconds: timedelta | None = None,
262262
) -> types.CallToolResult:
263263
"""Send a tools/call request."""
264+
264265
return await self.send_request(
265266
types.ClientRequest(
266267
types.CallToolRequest(

0 commit comments

Comments
 (0)