don't list_tools in stdio connect

This commit is contained in:
Luca Beurer-Kellner
2025-05-16 22:19:22 +02:00
parent 1b48aa22d3
commit 40fc832e88
@@ -83,8 +83,6 @@ class MCPClient:
# initialize the session
await self.session.initialize()
# list tools
await self.session.list_tools()
async def call_tool(
self, tool_name: str, tool_args: dict[str, Any]