MCPcopy
hub / github.com/garrytan/gstack / GbrainConfig

Interface GbrainConfig

lib/gbrain-exec.ts:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37import { spawnSync, spawn, execFileSync, type SpawnSyncReturns, type ChildProcess, type SpawnOptions } from "child_process";
38
39interface GbrainConfig {
40 database_url?: string;
41}
42
43export interface BuildGbrainEnvOptions {
44 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected