Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
898
async
def
get_mcp_tools(servers):
899
client = MultiServerMCPClient(servers)
900
return
await client.get_tools()
901
902
903
class
McpServersSerializer(serializers.Serializer):
Callers
3
get_mcp_servers
Method · 0.90
get_mcp_servers
Method · 0.90
get_mcp_servers
Method · 0.85
Calls
1
get_tools
Method · 0.45
Tested by
no test coverage detected