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

Function load_office_ppt_tool

host_local_tools.py:44–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 server.load_tool("bing_search", {"subscription_key": BING_SUBSCRIPT_KEY})
43
44 def load_office_ppt_tool():
45 server.load_tool("office-ppt")
46
47 def load_alpha_vantage_tool():
48 ALPHA_VANTAGE_KEY = os.environ.get('ALPHA_VANTAGE_KEY', None)

Callers 1

run_tool_serverFunction · 0.85

Calls 1

load_toolMethod · 0.80

Tested by

no test coverage detected