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