MCPcopy
hub / github.com/1Panel-dev/MaxKB / get_mcp_tools

Function get_mcp_tools

apps/application/serializers/application.py:898–900  ·  view source on GitHub ↗
(servers)

Source from the content-addressed store, hash-verified

896
897
898async def get_mcp_tools(servers):
899 client = MultiServerMCPClient(servers)
900 return await client.get_tools()
901
902
903class McpServersSerializer(serializers.Serializer):

Callers 3

get_mcp_serversMethod · 0.90
get_mcp_serversMethod · 0.90
get_mcp_serversMethod · 0.85

Calls 1

get_toolsMethod · 0.45

Tested by

no test coverage detected