MCPcopy Create free account
hub / github.com/afar1/fieldtheory-cli / EngineConfig

Interface EngineConfig

src/engine.ts:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14// ── Engine registry ────────────────────────────────────────────────────
15
16export interface EngineConfig {
17 bin: string;
18 args: (prompt: string, engine?: Pick<ResolvedEngine, 'model' | 'effort'>) => string[];
19}
20
21const KNOWN_ENGINES: Record<string, EngineConfig> = {
22 claude: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected