mongodb-mcp-server 1.0.2-prerelease.2 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
[](https://insiders.vscode.dev/redirect/mcp/install?name=mongodb&inputs=%5B%7B%22id%22%3A%22connection_string%22%2C%22type%22%3A%22promptString%22%2C%22description%22%3A%22MongoDB%20connection%20string%22%7D%5D&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22mongodb-mcp-server%22%2C%22--readOnly%22%5D%2C%22env%22%3A%7B%22MDB_MCP_CONNECTION_STRING%22%3A%22%24%7Binput%3Aconnection_string%7D%22%7D%7D)
|
|
2
2
|
[](https://cursor.com/install-mcp?name=MongoDB&config=eyJjb21tYW5kIjoibnB4IC15IG1vbmdvZGItbWNwLXNlcnZlciAtLXJlYWRPbmx5In0%3D)
|
|
3
|
-
[](https://smithery.ai/server/@mongodb-js/mongodb-mcp-server)
|
|
4
3
|
|
|
5
4
|
# MongoDB MCP Server
|
|
6
5
|
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.packageInfo = void 0;
|
|
4
4
|
// This file was generated by scripts/updatePackageVersion.ts - Do not edit it manually.
|
|
5
5
|
exports.packageInfo = {
|
|
6
|
-
version: "1.0.2
|
|
6
|
+
version: "1.0.2",
|
|
7
7
|
mcpServerName: "MongoDB MCP Server",
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=packageInfo.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageInfo.js","sourceRoot":"","sources":["../../../src/common/packageInfo.ts"],"names":[],"mappings":";;;AAAA,wFAAwF;AAC3E,QAAA,WAAW,GAAG;IACvB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"packageInfo.js","sourceRoot":"","sources":["../../../src/common/packageInfo.ts"],"names":[],"mappings":";;;AAAA,wFAAwF;AAC3E,QAAA,WAAW,GAAG;IACvB,OAAO,EAAE,OAAO;IAChB,aAAa,EAAE,oBAAoB;CACtC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageInfo.js","sourceRoot":"","sources":["../../../src/common/packageInfo.ts"],"names":[],"mappings":"AAAA,wFAAwF;AACxF,MAAM,CAAC,MAAM,WAAW,GAAG;IACvB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"packageInfo.js","sourceRoot":"","sources":["../../../src/common/packageInfo.ts"],"names":[],"mappings":"AAAA,wFAAwF;AACxF,MAAM,CAAC,MAAM,WAAW,GAAG;IACvB,OAAO,EAAE,OAAO;IAChB,aAAa,EAAE,oBAAoB;CACtC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mongodb-mcp-server",
|
|
3
3
|
"description": "MongoDB Model Context Protocol Server",
|
|
4
|
-
"version": "1.0.2
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -55,7 +55,8 @@
|
|
|
55
55
|
"generate": "./scripts/generate.sh",
|
|
56
56
|
"test": "vitest --project eslint-rules --project unit-and-integration --coverage",
|
|
57
57
|
"pretest:accuracy": "npm run build",
|
|
58
|
-
"test:accuracy": "sh ./scripts/accuracy/runAccuracyTests.sh"
|
|
58
|
+
"test:accuracy": "sh ./scripts/accuracy/runAccuracyTests.sh",
|
|
59
|
+
"atlas:cleanup": "vitest --project atlas-cleanup"
|
|
59
60
|
},
|
|
60
61
|
"license": "Apache-2.0",
|
|
61
62
|
"devDependencies": {
|