MCPcopy Create free account
hub / github.com/IBM/mcp-cli / get_all_tools

Method get_all_tools

tests/tools/test_dynamic_tools.py:25–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 )
24
25 async def get_all_tools(self) -> list[ToolInfo]:
26 return self.tools
27
28 def format_tool_response(self, response):
29 if isinstance(response, dict):

Calls

no outgoing calls

Tested by

no test coverage detected