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 @@ -114,6 +114,7 @@ export class Server {
114
114
}
115
115
116
116
async close ( ) : Promise < void > {
117
+ this . exportsManager . close ( ) ;
117
118
await this . telemetry . close ( ) ;
118
119
await this . session . close ( ) ;
119
120
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