MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / list_tools

Method list_tools

src/tool_system/tools/mcp.py:30–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

28class 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# ---------------------------------------------------------------------------

Callers 3

factoryFunction · 0.45
_agent_callFunction · 0.45
_tool_search_callFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected