Skip to content
Merged
305 changes: 158 additions & 147 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1396,6 +1396,7 @@
"@babel/core": "^7.25.8",
"@babel/parser": "^7.25.8",
"@babel/traverse": "^7.25.7",
"@himanshusinghs/mongodb-mcp-server": "^0.3.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be published under the mongodb-js scope? Is this temporary?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes this is temporary only to let CI on VSCode run through until we release another version of mongodb-mcp-server. I plan to switch this back to mongodb-mcp-server's version as soon as we make it available.

"@mongodb-js/compass-components": "^1.38.1",
"@mongodb-js/connection-form": "^1.52.3",
"@mongodb-js/connection-info": "^0.17.1",
Expand All @@ -1418,7 +1419,6 @@
"mongodb-connection-string-url": "^3.0.2",
"mongodb-data-service": "^22.30.1",
"mongodb-log-writer": "^2.4.1",
"mongodb-mcp-server": "^0.3.0",
"mongodb-query-parser": "^4.4.2",
"mongodb-schema": "^12.6.2",
"node-machine-id": "1.1.12",
Expand All @@ -1445,6 +1445,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/babel__traverse": "^7.20.6",
"@types/chai": "^4.3.20",
"@types/chai-as-promised": "^8.0.2",
"@types/debug": "^4.1.12",
"@types/glob": "^7.2.0",
"@types/lodash": "^4.17.14",
Expand Down
Loading
Loading