MCPcopy
hub / github.com/coder/mux / getGlobalConfig

Method getGlobalConfig

src/node/services/mcpConfigService.ts:158–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 }
157
158 private async getGlobalConfig(): Promise<MCPConfig> {
159 return this.readConfigFile(this.getGlobalConfigPath());
160 }
161
162 private async getRepoOverrideConfig(projectPath: string): Promise<MCPConfig> {
163 return this.readConfigFile(this.getRepoOverridePath(projectPath));

Callers 5

listServersMethod · 0.95
addServerMethod · 0.95
setServerEnabledMethod · 0.95
removeServerMethod · 0.95
setToolAllowlistMethod · 0.95

Calls 2

readConfigFileMethod · 0.95
getGlobalConfigPathMethod · 0.95

Tested by

no test coverage detected