chore: Add methods tools/call.

This commit is contained in:
csh28 2026-05-11 21:05:41 +08:00
parent e4fc0db07d
commit a9aaa851e9

View File

@ -78,6 +78,7 @@ async def _call_tool_with_meta_compat(self: ClientSession, *args: Any, **kwargs:
result = await self.send_request(
types.ClientRequest(
types.CallToolRequest(
method="tools/call",
params=types.CallToolRequestParams(
name=name,
arguments=arguments,