MCPcopy Create free account
hub / github.com/garrytan/gstack / BuildEnvOptions

Interface BuildEnvOptions

browse/src/browser-skill-commands.ts:357–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355]);
356
357interface BuildEnvOptions {
358 trusted: boolean;
359 port: number;
360 skillToken: string;
361}
362
363export function buildSpawnEnv(opts: BuildEnvOptions): Record<string, string> {
364 const out: Record<string, string> = {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected