Extensions MCP refactor (#12413)

This commit is contained in:
Jacob MacDonald
2025-11-04 07:51:18 -08:00
committed by GitHub
parent 2b77c1ded4
commit da4fa5ad75
28 changed files with 877 additions and 478 deletions
@@ -159,8 +159,10 @@ describe('McpPromptLoader', () => {
describe('loadCommands', () => {
const mockConfigWithPrompts = {
getMcpServers: () => ({
'test-server': { httpUrl: 'https://test-server.com' },
getMcpClientManager: () => ({
getMcpServers: () => ({
'test-server': { httpUrl: 'https://test-server.com' },
}),
}),
} as unknown as Config;