|
6 | 6 | "url": "https://github.com/mongodb-js/mongodb-mcp-server", |
7 | 7 | "source": "github" |
8 | 8 | }, |
9 | | - "version": "1.3.0-pre.1", |
| 9 | + "version": "1.3.0-pre.2", |
10 | 10 | "packages": [ |
11 | 11 | { |
12 | 12 | "registryType": "npm", |
13 | 13 | "identifier": "mongodb-mcp-server", |
14 | | - "version": "1.3.0-pre.1", |
| 14 | + "version": "1.3.0-pre.2", |
15 | 15 | "transport": { |
16 | 16 | "type": "stdio" |
17 | 17 | }, |
|
109 | 109 | }, |
110 | 110 | { |
111 | 111 | "name": "MDB_MCP_HTTP_PORT", |
112 | | - "description": "Port number for the HTTP server (only used when transport is 'http').", |
| 112 | + "description": "Port number for the HTTP server (only used when transport is 'http'). Use 0 for a random port.", |
113 | 113 | "isRequired": false, |
114 | 114 | "format": "string", |
115 | 115 | "isSecret": false |
|
283 | 283 | { |
284 | 284 | "type": "named", |
285 | 285 | "name": "--httpPort", |
286 | | - "description": "Port number for the HTTP server (only used when transport is 'http').", |
| 286 | + "description": "Port number for the HTTP server (only used when transport is 'http'). Use 0 for a random port.", |
287 | 287 | "isRequired": false |
288 | 288 | }, |
289 | 289 | { |
|
366 | 366 | }, |
367 | 367 | { |
368 | 368 | "registryType": "oci", |
369 | | - "identifier": "docker.io/mongodb/mongodb-mcp-server:1.3.0-pre.1", |
| 369 | + "identifier": "docker.io/mongodb/mongodb-mcp-server:1.3.0-pre.2", |
370 | 370 | "transport": { |
371 | 371 | "type": "stdio" |
372 | 372 | }, |
|
464 | 464 | }, |
465 | 465 | { |
466 | 466 | "name": "MDB_MCP_HTTP_PORT", |
467 | | - "description": "Port number for the HTTP server (only used when transport is 'http').", |
| 467 | + "description": "Port number for the HTTP server (only used when transport is 'http'). Use 0 for a random port.", |
468 | 468 | "isRequired": false, |
469 | 469 | "format": "string", |
470 | 470 | "isSecret": false |
|
638 | 638 | { |
639 | 639 | "type": "named", |
640 | 640 | "name": "--httpPort", |
641 | | - "description": "Port number for the HTTP server (only used when transport is 'http').", |
| 641 | + "description": "Port number for the HTTP server (only used when transport is 'http'). Use 0 for a random port.", |
642 | 642 | "isRequired": false |
643 | 643 | }, |
644 | 644 | { |
|
0 commit comments