()
| 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"); |
no outgoing calls
no test coverage detected