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 153a6bd commit af39421Copy full SHA for af39421
src/common/logger.ts
@@ -1,7 +1,7 @@
1
import fs from "fs/promises";
2
import type { MongoLogId, MongoLogWriter } from "mongodb-log-writer";
3
import { mongoLogId, MongoLogManager } from "mongodb-log-writer";
4
-import redact from "mongodb-redact";
+import { redact } from "mongodb-redact";
5
import type { LoggingMessageNotification } from "@modelcontextprotocol/sdk/types.js";
6
import { EventEmitter } from "events";
7
import type { Server } from "../lib.js";
src/types/mongodb-redact.d.ts
0 commit comments