Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
interface
Config {
2
apiKey?: string;
3
canvas?: boolean;
4
github?: boolean;
5
}
6
7
const
parseArguments = (): Config => {
8
const
config: Config = {};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected