Skip to content

Commit 717fd06

Browse files
chore: release v1.4.0-prerelease.1 (#842)
Co-authored-by: mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com>
1 parent 399c2e7 commit 717fd06

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@ npx -y mongodb-mcp-server@latest --transport http --httpHost=0.0.0.0 --httpPort=
288288
- `atlas-create-db-user` - Create an MongoDB Atlas database user
289289
- `atlas-create-free-cluster` - Create a free MongoDB Atlas cluster
290290
- `atlas-create-project` - Create a MongoDB Atlas project
291-
- `atlas-get-performance-advisor` - Get MongoDB Atlas performance advisor recommendations, which includes the operations: suggested indexes, drop index suggestions, schema suggestions, and a sample of the most recent (max 50) slow query logs
291+
- `atlas-get-performance-advisor` - Get MongoDB Atlas performance advisor recommendations and suggestions, which includes the operations: suggested indexes, drop index suggestions, schema suggestions, and a sample of the most recent (max 50) slow query logs
292292
- `atlas-inspect-access-list` - Inspect Ip/CIDR ranges with access to your MongoDB Atlas clusters.
293-
- `atlas-inspect-cluster` - Inspect MongoDB Atlas cluster
293+
- `atlas-inspect-cluster` - Inspect metadata of a MongoDB Atlas cluster
294294
- `atlas-list-alerts` - List MongoDB Atlas alerts
295295
- `atlas-list-clusters` - List MongoDB Atlas clusters
296296
- `atlas-list-db-users` - List MongoDB Atlas database users

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongodb-mcp-server",
33
"description": "MongoDB Model Context Protocol Server",
4-
"version": "1.4.0",
4+
"version": "1.4.0-prerelease.1",
55
"type": "module",
66
"packageManager": "pnpm@10.23.0",
77
"mcpName": "io.github.mongodb-js/mongodb-mcp-server",

server.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/mongodb-js/mongodb-mcp-server",
77
"source": "github"
88
},
9-
"version": "1.4.0",
9+
"version": "1.4.0-prerelease.1",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "mongodb-mcp-server",
14-
"version": "1.4.0",
14+
"version": "1.4.0-prerelease.1",
1515
"transport": {
1616
"type": "stdio"
1717
},
@@ -427,7 +427,7 @@
427427
},
428428
{
429429
"registryType": "oci",
430-
"identifier": "docker.io/mongodb/mongodb-mcp-server:1.4.0",
430+
"identifier": "docker.io/mongodb/mongodb-mcp-server:1.4.0-prerelease.1",
431431
"transport": {
432432
"type": "stdio"
433433
},

src/common/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file was generated by scripts/updatePackageVersion.ts - Do not edit it manually.
22
export const packageInfo = {
3-
version: "1.4.0",
3+
version: "1.4.0-prerelease.1",
44
mcpServerName: "MongoDB MCP Server",
55
};

0 commit comments

Comments
 (0)