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 dff862b commit 74480b3Copy full SHA for 74480b3
src/tools/mongodb/tools.ts
@@ -11,7 +11,6 @@ import { CollectionStorageSizeTool } from "./metadata/collectionStorageSize.js";
11
import { CountTool } from "./read/count.js";
12
import { DbStatsTool } from "./metadata/dbStats.js";
13
import { AggregateTool } from "./read/aggregate.js";
14
-import { UpdateOneTool } from "./update/updateOne.js";
15
import { UpdateManyTool } from "./update/updateMany.js";
16
import { RenameCollectionTool } from "./update/renameCollection.js";
17
import { DropDatabaseTool } from "./delete/dropDatabase.js";
@@ -33,7 +32,6 @@ export const MongoDbTools = [
33
32
CountTool,
34
DbStatsTool,
35
AggregateTool,
36
- UpdateOneTool,
37
UpdateManyTool,
38
RenameCollectionTool,
39
DropDatabaseTool,
0 commit comments