We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae0fa6 commit a7e815aCopy full SHA for a7e815a
tests/integration/transports/stdio.test.ts
@@ -30,7 +30,7 @@ describe("StdioRunner", () => {
30
const response = await client.listTools();
31
expect(response).toBeDefined();
32
expect(response.tools).toBeDefined();
33
- expect(response.tools).toHaveLength(20);
+ expect(response.tools).toHaveLength(21);
34
35
const sortedTools = response.tools.sort((a, b) => a.name.localeCompare(b.name));
36
expect(sortedTools[0]?.name).toBe("aggregate");
0 commit comments