|
6 | 6 | "url": "https://github.com/mongodb-js/mongodb-mcp-server", |
7 | 7 | "source": "github" |
8 | 8 | }, |
9 | | - "version": "1.2.0", |
| 9 | + "version": "1.3.0-pre.1", |
10 | 10 | "packages": [ |
11 | 11 | { |
12 | 12 | "registryType": "npm", |
13 | 13 | "identifier": "mongodb-mcp-server", |
14 | | - "version": "1.2.0", |
| 14 | + "version": "1.3.0-pre.1", |
15 | 15 | "transport": { |
16 | 16 | "type": "stdio" |
17 | 17 | }, |
|
58 | 58 | "format": "string", |
59 | 59 | "isSecret": false |
60 | 60 | }, |
| 61 | + { |
| 62 | + "name": "MDB_MCP_DRY_RUN", |
| 63 | + "description": "When true, runs the server in dry mode: dumps configuration and enabled tools, then exits without starting the server.", |
| 64 | + "isRequired": false, |
| 65 | + "format": "boolean", |
| 66 | + "isSecret": false |
| 67 | + }, |
61 | 68 | { |
62 | 69 | "name": "MDB_MCP_EMBEDDINGS_VALIDATION", |
63 | 70 | "description": "When set to false, disables validation of embeddings dimensions.", |
|
222 | 229 | "description": "Comma separated values of tool names, operation types, and/or categories of tools that will be disabled.", |
223 | 230 | "isRequired": false |
224 | 231 | }, |
| 232 | + { |
| 233 | + "type": "named", |
| 234 | + "name": "--dryRun", |
| 235 | + "description": "When true, runs the server in dry mode: dumps configuration and enabled tools, then exits without starting the server.", |
| 236 | + "isRequired": false, |
| 237 | + "format": "boolean" |
| 238 | + }, |
225 | 239 | { |
226 | 240 | "type": "named", |
227 | 241 | "name": "--embeddingsValidation", |
|
339 | 353 | }, |
340 | 354 | { |
341 | 355 | "registryType": "oci", |
342 | | - "identifier": "docker.io/mongodb/mongodb-mcp-server:1.2.0", |
| 356 | + "identifier": "docker.io/mongodb/mongodb-mcp-server:1.3.0-pre.1", |
343 | 357 | "transport": { |
344 | 358 | "type": "stdio" |
345 | 359 | }, |
|
386 | 400 | "format": "string", |
387 | 401 | "isSecret": false |
388 | 402 | }, |
| 403 | + { |
| 404 | + "name": "MDB_MCP_DRY_RUN", |
| 405 | + "description": "When true, runs the server in dry mode: dumps configuration and enabled tools, then exits without starting the server.", |
| 406 | + "isRequired": false, |
| 407 | + "format": "boolean", |
| 408 | + "isSecret": false |
| 409 | + }, |
389 | 410 | { |
390 | 411 | "name": "MDB_MCP_EMBEDDINGS_VALIDATION", |
391 | 412 | "description": "When set to false, disables validation of embeddings dimensions.", |
|
550 | 571 | "description": "Comma separated values of tool names, operation types, and/or categories of tools that will be disabled.", |
551 | 572 | "isRequired": false |
552 | 573 | }, |
| 574 | + { |
| 575 | + "type": "named", |
| 576 | + "name": "--dryRun", |
| 577 | + "description": "When true, runs the server in dry mode: dumps configuration and enabled tools, then exits without starting the server.", |
| 578 | + "isRequired": false, |
| 579 | + "format": "boolean" |
| 580 | + }, |
553 | 581 | { |
554 | 582 | "type": "named", |
555 | 583 | "name": "--embeddingsValidation", |
|
0 commit comments