chore: Add methods tools/call.
This commit is contained in:
parent
e4fc0db07d
commit
a9aaa851e9
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user