(self)
| 28 | class MCPClient(Protocol): |
| 29 | def call_tool(self, tool_name: str, args: dict[str, Any]) -> Any: ... |
| 30 | def list_tools(self) -> list[str]: ... |
| 31 | |
| 32 | |
| 33 | # --------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected