mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 09:17:53 +00:00
fix multiple mcp servers
This commit is contained in:
@@ -619,6 +619,7 @@ describe('DiscoveredMCPTool', () => {
|
||||
toolName,
|
||||
toolDescription,
|
||||
toolInputSchema,
|
||||
toolName,
|
||||
);
|
||||
expect(tool.name).toBe(toolName);
|
||||
expect(tool.schema.description).toContain(toolDescription);
|
||||
@@ -634,6 +635,7 @@ describe('DiscoveredMCPTool', () => {
|
||||
toolName,
|
||||
toolDescription,
|
||||
toolInputSchema,
|
||||
toolName,
|
||||
);
|
||||
const params = { data: 'test_data' };
|
||||
const mcpResult = { success: true, value: 'processed' };
|
||||
|
||||
Reference in New Issue
Block a user