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

Function load_shell_tool

host_local_tools.py:118–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 server.load_tool("sceneXplain", {"subscription_key": SCENEX_API_KEY})
117
118 def load_shell_tool():
119 server.load_tool("shell")
120
121 def load_image_generation_tool():
122 STEAMSHIP_API_KEY = os.environ.get('STEAMSHIP_API_KEY', None)

Callers 1

run_tool_serverFunction · 0.85

Calls 1

load_toolMethod · 0.80

Tested by

no test coverage detected