Skip to content

Commit 15e9e5b

Browse files
committed
fix: styles
1 parent 3a56da3 commit 15e9e5b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import argv from "yargs-parser";
55
import packageJson from "../package.json" with { type: "json" };
66
import fs from "fs";
77
import { 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.

src/logger.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { MongoLogId, MongoLogManager, MongoLogWriter } from "mongodb-log-writer";
2-
import path from "path";
32
import config from "./config.js";
43
import redact from "mongodb-redact";
5-
import fs from "fs/promises";
64
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
75
import { LoggingMessageNotification } from "@modelcontextprotocol/sdk/types.js";
86

0 commit comments

Comments
 (0)