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

Method list_tools

bmtools/tools/serve.py:97–98  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

95 uvicorn.run(self.api, host=host, port=port)
96
97 def list_tools(self) -> List[str]:
98 return list_tools()
99
100 def retrieve(self, query: str, topk: int = 3) -> List[str]:
101 return self.retriever.query(query, topk)

Callers 2

run_tool_serverFunction · 0.95
get_tools_listFunction · 0.45

Calls 1

list_toolsFunction · 0.85

Tested by

no test coverage detected