MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / list_tools

Function list_tools

bmtools/tools/registry.py:37–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 return tools_registry.build(tool_name, config)
36
37def list_tools() -> List[str]:
38 return tools_registry.list_tools()

Callers 1

list_toolsMethod · 0.85

Calls 1

list_toolsMethod · 0.45

Tested by

no test coverage detected