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 7e885e6 commit 3fc81e6Copy full SHA for 3fc81e6
src/tools/mongodb/metadata/connect.ts
@@ -2,7 +2,6 @@ import { z } from "zod";
2
import { CallToolResult } from "@modelcontextprotocol/sdk/types.js";
3
import { MongoDBToolBase } from "../mongodbTool.js";
4
import { ToolArgs, OperationType } from "../../tool.js";
5
-import { ErrorCodes, MongoDBError } from "../../../errors.js";
6
import config from "../../../config.js";
7
import { MongoError as DriverError } from "mongodb";
8
0 commit comments