diff --git a/package-lock.json b/package-lock.json index 9c45a92f..8eb47f56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-mcp-server", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb-mcp-server", - "version": "1.1.0", + "version": "1.2.0", "license": "Apache-2.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.4", diff --git a/package.json b/package.json index 9ce335d4..229c3d49 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongodb-mcp-server", "description": "MongoDB Model Context Protocol Server", - "version": "1.1.0", + "version": "1.2.0", "type": "module", "mcpName": "io.github.mongodb-js/mongodb-mcp-server", "exports": { diff --git a/server.json b/server.json index 7ac3f9f2..6c7718c2 100644 --- a/server.json +++ b/server.json @@ -6,12 +6,12 @@ "url": "https://github.com/mongodb-js/mongodb-mcp-server", "source": "github" }, - "version": "1.1.0", + "version": "1.2.0", "packages": [ { "registryType": "npm", "identifier": "mongodb-mcp-server", - "version": "1.1.0", + "version": "1.2.0", "transport": { "type": "stdio" }, @@ -88,14 +88,14 @@ }, { "name": "MDB_MCP_HTTP_HOST", - "description": "Host to bind the http server.", + "description": "Host address to bind the HTTP server to (only used when transport is 'http').", "isRequired": false, "format": "string", "isSecret": false }, { "name": "MDB_MCP_HTTP_PORT", - "description": "Port number.", + "description": "Port number for the HTTP server (only used when transport is 'http').", "isRequired": false, "format": "string", "isSecret": false @@ -243,13 +243,13 @@ { "type": "named", "name": "--httpHost", - "description": "Host to bind the http server.", + "description": "Host address to bind the HTTP server to (only used when transport is 'http').", "isRequired": false }, { "type": "named", "name": "--httpPort", - "description": "Port number.", + "description": "Port number for the HTTP server (only used when transport is 'http').", "isRequired": false }, { @@ -326,7 +326,7 @@ }, { "registryType": "oci", - "identifier": "docker.io/mongodb/mongodb-mcp-server:1.1.0", + "identifier": "docker.io/mongodb/mongodb-mcp-server:1.2.0", "transport": { "type": "stdio" }, @@ -403,14 +403,14 @@ }, { "name": "MDB_MCP_HTTP_HOST", - "description": "Host to bind the http server.", + "description": "Host address to bind the HTTP server to (only used when transport is 'http').", "isRequired": false, "format": "string", "isSecret": false }, { "name": "MDB_MCP_HTTP_PORT", - "description": "Port number.", + "description": "Port number for the HTTP server (only used when transport is 'http').", "isRequired": false, "format": "string", "isSecret": false @@ -558,13 +558,13 @@ { "type": "named", "name": "--httpHost", - "description": "Host to bind the http server.", + "description": "Host address to bind the HTTP server to (only used when transport is 'http').", "isRequired": false }, { "type": "named", "name": "--httpPort", - "description": "Port number.", + "description": "Port number for the HTTP server (only used when transport is 'http').", "isRequired": false }, { @@ -638,7 +638,7 @@ "isRequired": false } ], - "version": "1.1.0" + "version": "1.2.0" } ] } diff --git a/src/common/packageInfo.ts b/src/common/packageInfo.ts index ae3728f0..6fcf3d56 100644 --- a/src/common/packageInfo.ts +++ b/src/common/packageInfo.ts @@ -1,5 +1,5 @@ // This file was generated by scripts/updatePackageVersion.ts - Do not edit it manually. export const packageInfo = { - version: "1.1.0", + version: "1.2.0", mcpServerName: "MongoDB MCP Server", };