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

Function load_gradio_tools

host_local_tools.py:133–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131 server.load_tool("hugging_tools")
132
133 def load_gradio_tools():
134 server.load_tool("gradio_tools")
135
136 server = bmtools.ToolServer()
137 print(server.list_tools())

Callers 1

run_tool_serverFunction · 0.85

Calls 1

load_toolMethod · 0.80

Tested by

no test coverage detected