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 75d9422 commit 7806a08Copy full SHA for 7806a08
tests/integration/tools/mongodb/create/createIndex.test.ts
@@ -30,7 +30,7 @@ describeWithMongoDB("createIndex tool when search is not enabled", (integration)
30
]);
31
32
it("doesn't allow creating vector search indexes", async () => {
33
- expect(integration.mcpServer().userConfig.previewFeatures).to.not.include("vectorSearch");
+ expect(integration.mcpServer().userConfig.previewFeatures).to.not.include("search");
34
35
const { tools } = await integration.mcpClient().listTools();
36
const createIndexTool = tools.find((tool) => tool.name === "create-index");
0 commit comments