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 @@ -102,6 +102,7 @@ export class Server {
102
102
}
103
103
104
104
async close ( ) : Promise < void > {
105
+ this . exportsManager . close ( ) ;
105
106
await this . telemetry . close ( ) ;
106
107
await this . session . close ( ) ;
107
108
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