MCPcopy
hub / github.com/21st-dev/magic-mcp / Config

Interface Config

src/utils/config.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Config {
2 apiKey?: string;
3 canvas?: boolean;
4 github?: boolean;
5}
6
7const parseArguments = (): Config => {
8 const config: Config = {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected