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 @@ -93,7 +93,6 @@ export class ApiClient {
9393 this . client . use ( this . authMiddleware ) ;
9494 }
9595 this . client . use ( this . errorMiddleware ) ;
96- logger . info ( mongoLogId ( 1_000_000 ) , "api-client" , `Initialized API client with credentials: ${ this . hasCredentials ( ) } ` ) ;
9796 }
9897
9998 public hasCredentials ( ) : boolean {
Original file line number Diff line number Diff line change 11import { NodeDriverServiceProvider } from "@mongosh/service-provider-node-driver" ;
22import { ApiClient } from "./common/atlas/apiClient.js" ;
33import config from "./config.js" ;
4- import logger from "./logger.js" ;
5- import { mongoLogId } from "mongodb-log-writer" ;
64import { Implementation } from "@modelcontextprotocol/sdk/types.js" ;
75
86export class Session {
You can’t perform that action at this time.
0 commit comments