File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ export class Server {
111111 }
112112
113113 async close ( ) : Promise < void > {
114+ this . exportsManager . close ( ) ;
114115 await this . telemetry . close ( ) ;
115116 await this . session . close ( ) ;
116117 await this . mcpServer . close ( ) ;
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import { DropCollectionTool } from "./delete/dropCollection.js";
1818import { ExplainTool } from "./metadata/explain.js" ;
1919import { CreateCollectionTool } from "./create/createCollection.js" ;
2020import { LogsTool } from "./metadata/logs.js" ;
21+ import { ExportTool } from "./read/export.js" ;
2122
2223export const MongoDbTools = [
2324 ConnectTool ,
@@ -40,4 +41,5 @@ export const MongoDbTools = [
4041 ExplainTool ,
4142 CreateCollectionTool ,
4243 LogsTool ,
44+ ExportTool ,
4345] ;
You can’t perform that action at this time.
0 commit comments