MCPcopy Create free account
hub / github.com/modelscope/ms-agent / _get_tools_inner

Method _get_tools_inner

ms_agent/tools/base.py:75–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73
74 @abstractmethod
75 async def _get_tools_inner(self) -> Dict[str, Any]:
76 pass
77
78 @abstractmethod
79 async def call_tool(self, server_name: str, *, tool_name: str,

Callers 1

get_toolsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected