|
6 | 6 | "url": "https://github.com/mongodb-js/mongodb-mcp-server", |
7 | 7 | "source": "github" |
8 | 8 | }, |
9 | | - "version": "1.1.0", |
| 9 | + "version": "1.2.0", |
10 | 10 | "packages": [ |
11 | 11 | { |
12 | 12 | "registryType": "npm", |
13 | 13 | "identifier": "mongodb-mcp-server", |
14 | | - "version": "1.1.0", |
| 14 | + "version": "1.2.0", |
15 | 15 | "transport": { |
16 | 16 | "type": "stdio" |
17 | 17 | }, |
|
88 | 88 | }, |
89 | 89 | { |
90 | 90 | "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').", |
92 | 92 | "isRequired": false, |
93 | 93 | "format": "string", |
94 | 94 | "isSecret": false |
95 | 95 | }, |
96 | 96 | { |
97 | 97 | "name": "MDB_MCP_HTTP_PORT", |
98 | | - "description": "Port number.", |
| 98 | + "description": "Port number for the HTTP server (only used when transport is 'http').", |
99 | 99 | "isRequired": false, |
100 | 100 | "format": "string", |
101 | 101 | "isSecret": false |
|
243 | 243 | { |
244 | 244 | "type": "named", |
245 | 245 | "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').", |
247 | 247 | "isRequired": false |
248 | 248 | }, |
249 | 249 | { |
250 | 250 | "type": "named", |
251 | 251 | "name": "--httpPort", |
252 | | - "description": "Port number.", |
| 252 | + "description": "Port number for the HTTP server (only used when transport is 'http').", |
253 | 253 | "isRequired": false |
254 | 254 | }, |
255 | 255 | { |
|
326 | 326 | }, |
327 | 327 | { |
328 | 328 | "registryType": "oci", |
329 | | - "identifier": "docker.io/mongodb/mongodb-mcp-server:1.1.0", |
| 329 | + "identifier": "docker.io/mongodb/mongodb-mcp-server:1.2.0", |
330 | 330 | "transport": { |
331 | 331 | "type": "stdio" |
332 | 332 | }, |
|
403 | 403 | }, |
404 | 404 | { |
405 | 405 | "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').", |
407 | 407 | "isRequired": false, |
408 | 408 | "format": "string", |
409 | 409 | "isSecret": false |
410 | 410 | }, |
411 | 411 | { |
412 | 412 | "name": "MDB_MCP_HTTP_PORT", |
413 | | - "description": "Port number.", |
| 413 | + "description": "Port number for the HTTP server (only used when transport is 'http').", |
414 | 414 | "isRequired": false, |
415 | 415 | "format": "string", |
416 | 416 | "isSecret": false |
|
558 | 558 | { |
559 | 559 | "type": "named", |
560 | 560 | "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').", |
562 | 562 | "isRequired": false |
563 | 563 | }, |
564 | 564 | { |
565 | 565 | "type": "named", |
566 | 566 | "name": "--httpPort", |
567 | | - "description": "Port number.", |
| 567 | + "description": "Port number for the HTTP server (only used when transport is 'http').", |
568 | 568 | "isRequired": false |
569 | 569 | }, |
570 | 570 | { |
|
638 | 638 | "isRequired": false |
639 | 639 | } |
640 | 640 | ], |
641 | | - "version": "1.1.0" |
| 641 | + "version": "1.2.0" |
642 | 642 | } |
643 | 643 | ] |
644 | 644 | } |
0 commit comments