Skip to content

Commit 796938e

Browse files
committed
Use default CallToolRequest.method value in call_tool
1 parent 05e6b27 commit 796938e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mcp/client/session.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ async def call_tool(
285285
result = await self.send_request(
286286
types.ClientRequest(
287287
types.CallToolRequest(
288-
method="tools/call",
289288
params=types.CallToolRequestParams(name=name, arguments=arguments, _meta=_meta),
290289
)
291290
),

0 commit comments

Comments
 (0)