MCPcopy Create free account
hub / github.com/Eversmile12/sharedcontext / SetupOptions

Interface SetupOptions

src/cli/setup.ts:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8type JsonObject = Record<string, unknown>;
9
10interface SetupOptions {
11 cursor?: boolean;
12 claude?: boolean;
13 claudeCli?: boolean;
14 codex?: boolean;
15}
16
17interface McpServerEntry {
18 command: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected