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

Function load_python_tool

host_local_tools.py:109–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 server.load_tool("walmart", {"subscription_key": SERPER_API_KEY})
108
109 def load_python_tool():
110 server.load_tool("python")
111
112 def load_sceneXplain_tool():
113 SCENEX_API_KEY = os.environ.get('SCENEX_API_KEY', None)

Callers 1

run_tool_serverFunction · 0.85

Calls 1

load_toolMethod · 0.80

Tested by

no test coverage detected