MCPcopy
hub / github.com/audreyt/ethercalc / InheritedEnv

Interface InheritedEnv

packages/cli/src/map.ts:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13const DEFAULT_HOST = '0.0.0.0';
14
15export interface InheritedEnv {
16 readonly ETHERCALC_KEY?: string;
17 readonly ETHERCALC_BASEPATH?: string;
18}
19
20/**
21 * Result of mapping a `ParsedFlags` to a launch plan. The orchestrator

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected