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

Function getInstallerExecutable

src/cm/lsp/serverLauncher.ts:403–407  ·  view source on GitHub ↗
(server: LspServerDefinition)

Source from the content-addressed store, hash-verified

401}
402
403function getInstallerExecutable(server: LspServerDefinition): string | null {
404 const install = normalizeInstallSpec(server);
405 if (!install) return null;
406 return install.binaryPath || install.executable || null;
407}
408
409function getProviderExecutable(server: LspServerDefinition): string | null {
410 const bundle = getServerBundle(server.id);

Callers 1

resolveServerExecutableFunction · 0.85

Calls 1

normalizeInstallSpecFunction · 0.85

Tested by

no test coverage detected