MCPcopy Create free account
hub / github.com/ShipSecAI/studio / getServerTools

Function getServerTools

frontend/src/components/workflow/McpLibraryConfig.tsx:107–109  ·  view source on GitHub ↗
(serverId: string)

Source from the content-addressed store, hash-verified

105 };
106
107 const getServerTools = (serverId: string) => {
108 return tools.filter((t) => t.serverId === serverId && t.enabled);
109 };
110
111 const enabledServers = customServers.filter((s) => s.enabled);
112

Callers 1

McpLibraryConfigFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected