Skip to content

Commit 3b9b888

Browse files
chore: release v1.2.0 (#681)
Co-authored-by: mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com>
1 parent b6bfdfe commit 3b9b888

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1.0",
4+
"version": "1.2.0",
55
"type": "module",
66
"mcpName": "io.github.mongodb-js/mongodb-mcp-server",
77
"exports": {

server.json

Lines changed: 12 additions & 12 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.1.0",
9+
"version": "1.2.0",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "mongodb-mcp-server",
14-
"version": "1.1.0",
14+
"version": "1.2.0",
1515
"transport": {
1616
"type": "stdio"
1717
},
@@ -88,14 +88,14 @@
8888
},
8989
{
9090
"name": "MDB_MCP_HTTP_HOST",
91-
"description": "Host to bind the http server.",
91+
"description": "Host address to bind the HTTP server to (only used when transport is 'http').",
9292
"isRequired": false,
9393
"format": "string",
9494
"isSecret": false
9595
},
9696
{
9797
"name": "MDB_MCP_HTTP_PORT",
98-
"description": "Port number.",
98+
"description": "Port number for the HTTP server (only used when transport is 'http').",
9999
"isRequired": false,
100100
"format": "string",
101101
"isSecret": false
@@ -243,13 +243,13 @@
243243
{
244244
"type": "named",
245245
"name": "--httpHost",
246-
"description": "Host to bind the http server.",
246+
"description": "Host address to bind the HTTP server to (only used when transport is 'http').",
247247
"isRequired": false
248248
},
249249
{
250250
"type": "named",
251251
"name": "--httpPort",
252-
"description": "Port number.",
252+
"description": "Port number for the HTTP server (only used when transport is 'http').",
253253
"isRequired": false
254254
},
255255
{
@@ -326,7 +326,7 @@
326326
},
327327
{
328328
"registryType": "oci",
329-
"identifier": "docker.io/mongodb/mongodb-mcp-server:1.1.0",
329+
"identifier": "docker.io/mongodb/mongodb-mcp-server:1.2.0",
330330
"transport": {
331331
"type": "stdio"
332332
},
@@ -403,14 +403,14 @@
403403
},
404404
{
405405
"name": "MDB_MCP_HTTP_HOST",
406-
"description": "Host to bind the http server.",
406+
"description": "Host address to bind the HTTP server to (only used when transport is 'http').",
407407
"isRequired": false,
408408
"format": "string",
409409
"isSecret": false
410410
},
411411
{
412412
"name": "MDB_MCP_HTTP_PORT",
413-
"description": "Port number.",
413+
"description": "Port number for the HTTP server (only used when transport is 'http').",
414414
"isRequired": false,
415415
"format": "string",
416416
"isSecret": false
@@ -558,13 +558,13 @@
558558
{
559559
"type": "named",
560560
"name": "--httpHost",
561-
"description": "Host to bind the http server.",
561+
"description": "Host address to bind the HTTP server to (only used when transport is 'http').",
562562
"isRequired": false
563563
},
564564
{
565565
"type": "named",
566566
"name": "--httpPort",
567-
"description": "Port number.",
567+
"description": "Port number for the HTTP server (only used when transport is 'http').",
568568
"isRequired": false
569569
},
570570
{
@@ -638,7 +638,7 @@
638638
"isRequired": false
639639
}
640640
],
641-
"version": "1.1.0"
641+
"version": "1.2.0"
642642
}
643643
]
644644
}

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.1.0",
3+
version: "1.2.0",
44
mcpServerName: "MongoDB MCP Server",
55
};

0 commit comments

Comments
 (0)