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 b121c88 commit c104908Copy full SHA for c104908
tests/integration/transports/stdio.test.ts
@@ -32,7 +32,7 @@ describeWithMongoDB("StdioRunner", (integration) => {
32
const response = await client.listTools();
33
expect(response).toBeDefined();
34
expect(response.tools).toBeDefined();
35
- expect(response.tools).toHaveLength(22);
+ expect(response.tools).toHaveLength(21);
36
37
const sortedTools = response.tools.sort((a, b) => a.name.localeCompare(b.name));
38
expect(sortedTools[0]?.name).toBe("aggregate");
0 commit comments