fix multiple mcp servers

This commit is contained in:
olcan
2025-05-17 14:13:27 -07:00
committed by Olcan
parent feb9dee4b1
commit 324040032a
2 changed files with 5 additions and 1 deletions

View File

@@ -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' };