MCPcopy Index your code
hub / github.com/coder/mux / getGlobalConfigPath

Method getGlobalConfigPath

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

Source from the content-addressed store, hash-verified

28 }
29
30 private getGlobalConfigPath(): string {
31 return path.join(this.config.rootDir, "mcp.jsonc");
32 }
33
34 private getRepoOverridePath(projectPath: string): string {
35 return path.join(projectPath, ".mux", "mcp.jsonc");

Callers 2

getGlobalConfigMethod · 0.95
saveGlobalConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected