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

Function listServerBundles

src/cm/lsp/serverCatalog.ts:111–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109}
110
111export function listServerBundles(): LspServerBundle[] {
112 return Array.from(bundles.values());
113}
114
115export function getServerBundle(id: string): LspServerBundle | null {
116 const owner = serverOwners.get(toKey(id));

Callers 1

listFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected