Skip to content

Commit c32f842

Browse files
committed
fix: merge
1 parent 6775bfb commit c32f842

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/mongodb/mongodbTool.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import { z } from "zod";
2-
import { ToolBase, ToolCategory } from "../tool.js";
2+
import { ToolArgs, ToolBase, ToolCategory } from "../tool.js";
33
import { NodeDriverServiceProvider } from "@mongosh/service-provider-node-driver";
44
import { CallToolResult } from "@modelcontextprotocol/sdk/types.js";
55
import { ErrorCodes, MongoDBError } from "../../errors.js";
6-
import { ToolArgs } from "../tool.js";
76

87
export const DbOperationArgs = {
98
database: z.string().describe("Database name"),

0 commit comments

Comments
 (0)