File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import argv from "yargs-parser";
55import packageJson from "../package.json" with { type : "json" } ;
66import fs from "fs" ;
77import { ReadConcernLevel , ReadPreferenceMode , W } from "mongodb" ;
8- import { log } from "console" ;
98
109// If we decide to support non-string config options, we'll need to extend the mechanism for parsing
1110// env variables.
Original file line number Diff line number Diff line change 11import { MongoLogId , MongoLogManager , MongoLogWriter } from "mongodb-log-writer" ;
2- import path from "path" ;
32import config from "./config.js" ;
43import redact from "mongodb-redact" ;
5- import fs from "fs/promises" ;
64import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js" ;
75import { LoggingMessageNotification } from "@modelcontextprotocol/sdk/types.js" ;
86
You can’t perform that action at this time.
0 commit comments