MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / sortedClientNames

Function sortedClientNames

internal/desktop/mcp_service.go:186–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184}
185
186func sortedClientNames() []string {
187 names := mcp.ClientNames()
188 out := make([]string, len(names))
189 copy(out, names)
190 return out
191}
192
193func mcpServerDTO(server mcp.Server, client, scope, path string) MCPServerDTO {
194 return MCPServerDTO{

Callers 1

ListRegistryMethod · 0.85

Calls 1

ClientNamesFunction · 0.92

Tested by

no test coverage detected