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 {
111
111
}
112
112
113
113
async close ( ) : Promise < void > {
114
+ this . exportsManager . close ( ) ;
114
115
await this . telemetry . close ( ) ;
115
116
await this . session . close ( ) ;
116
117
await this . mcpServer . close ( ) ;
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import { DropCollectionTool } from "./delete/dropCollection.js";
18
18
import { ExplainTool } from "./metadata/explain.js" ;
19
19
import { CreateCollectionTool } from "./create/createCollection.js" ;
20
20
import { LogsTool } from "./metadata/logs.js" ;
21
+ import { ExportTool } from "./read/export.js" ;
21
22
22
23
export const MongoDbTools = [
23
24
ConnectTool ,
@@ -40,4 +41,5 @@ export const MongoDbTools = [
40
41
ExplainTool ,
41
42
CreateCollectionTool ,
42
43
LogsTool ,
44
+ ExportTool ,
43
45
] ;
You can’t perform that action at this time.
0 commit comments