MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / list

Function list

src/cm/lsp/api.ts:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 return getServer(id);
63 },
64 list(): LspServerDefinition[] {
65 return listServers();
66 },
67 listForLanguage(
68 languageId: string,
69 options?: { includeDisabled?: boolean },

Callers

nothing calls this directly

Calls 3

listServersFunction · 0.90
listServerBundlesFunction · 0.90
listRuntimeProvidersFunction · 0.90

Tested by

no test coverage detected