MCPcopy Create free account
hub / github.com/cortexkit/magic-context / getInstalledAdapters

Function getInstalledAdapters

packages/cli/src/adapters/index.ts:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17/** Adapters whose host binary is on PATH or at a known stock location. */
18export function getInstalledAdapters(): HarnessAdapter[] {
19 return ALL.filter((a) => a.isInstalled());
20}

Callers 2

runClearFunction · 0.90

Calls 1

isInstalledMethod · 0.65

Tested by

no test coverage detected