MCPcopy Index your code
hub / github.com/SkyworkAI/DeepResearchAgent / list

Method list

src/tool/server.py:88–97  ·  view source on GitHub ↗

List all registered tools Args: include_disabled: Whether to include disabled tools Returns: List[str]: List of tool names

(self)

Source from the content-addressed store, hash-verified

86 return tool_config
87
88 async def list(self) -> List[str]:
89 """List all registered tools
90
91 Args:
92 include_disabled: Whether to include disabled tools
93
94 Returns:
95 List[str]: List of tool names
96 """
97 return await self.tool_context_manager.list()
98
99
100 async def get(self, tool_name: str) -> Tool:

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
runFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
test_online_hyperliquidFunction · 0.45
test_offline_hyperliquidFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 13

mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
runFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
test_online_hyperliquidFunction · 0.36
test_offline_hyperliquidFunction · 0.36
mainFunction · 0.36