MCPcopy Create free account
hub / github.com/echoVic/blade-code / constructor

Method constructor

src/mcp/config/MCPConfig.ts:13–16  ·  view source on GitHub ↗
(configPath?: string)

Source from the content-addressed store, hash-verified

11 private config!: MCPConfigFile;
12
13 constructor(configPath?: string) {
14 this.configPath = configPath || join(homedir(), '.blade', 'mcp-config.json');
15 this.loadConfig();
16 }
17
18 /**
19 * 加载配置

Callers

nothing calls this directly

Calls 1

loadConfigMethod · 0.95

Tested by

no test coverage detected