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 6775bfb commit c32f842Copy full SHA for c32f842
src/tools/mongodb/mongodbTool.ts
@@ -1,9 +1,8 @@
1
import { z } from "zod";
2
-import { ToolBase, ToolCategory } from "../tool.js";
+import { ToolArgs, ToolBase, ToolCategory } from "../tool.js";
3
import { NodeDriverServiceProvider } from "@mongosh/service-provider-node-driver";
4
import { CallToolResult } from "@modelcontextprotocol/sdk/types.js";
5
import { ErrorCodes, MongoDBError } from "../../errors.js";
6
-import { ToolArgs } from "../tool.js";
7
8
export const DbOperationArgs = {
9
database: z.string().describe("Database name"),
0 commit comments