MCPcopy Create free account
hub / github.com/Louisym/MiniCC / list_tools

Method list_tools

tutorials/18_design_patterns_for_agents.py:650–651  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

648 return handler(tool_input)
649
650 def list_tools(self) -> list[str]:
651 return list(self._handlers.keys())
652
653 # 注册工具
654 registry = ToolRegistry()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected