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

Function get

src/cm/lsp/api.ts:61–63  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

59
60export const servers = {
61 get(id: string): LspServerDefinition | null {
62 return getServer(id);
63 },
64 list(): LspServerDefinition[] {
65 return listServers();
66 },

Callers

nothing calls this directly

Calls 2

getServerFunction · 0.90
getRuntimeProviderFunction · 0.90

Tested by

no test coverage detected