mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 03:54:43 -07:00
Extensions MCP refactor (#12413)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user