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";
5
5
import packageJson from "../package.json" with { type : "json" } ;
6
6
import fs from "fs" ;
7
7
import { ReadConcernLevel , ReadPreferenceMode , W } from "mongodb" ;
8
- import { log } from "console" ;
9
8
10
9
// If we decide to support non-string config options, we'll need to extend the mechanism for parsing
11
10
// env variables.
Original file line number Diff line number Diff line change 1
1
import { MongoLogId , MongoLogManager , MongoLogWriter } from "mongodb-log-writer" ;
2
- import path from "path" ;
3
2
import config from "./config.js" ;
4
3
import redact from "mongodb-redact" ;
5
- import fs from "fs/promises" ;
6
4
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js" ;
7
5
import { LoggingMessageNotification } from "@modelcontextprotocol/sdk/types.js" ;
8
6
You can’t perform that action at this time.
0 commit comments