|
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 | }, |
|
65 | 65 | "format": "string", |
66 | 66 | "isSecret": false |
67 | 67 | }, |
| 68 | + { |
| 69 | + "name": "MDB_MCP_DRY_RUN", |
| 70 | + "description": "When true, runs the server in dry mode: dumps configuration and enabled tools, then exits without starting the server.", |
| 71 | + "isRequired": false, |
| 72 | + "format": "boolean", |
| 73 | + "isSecret": false |
| 74 | + }, |
68 | 75 | { |
69 | 76 | "name": "MDB_MCP_EMBEDDINGS_VALIDATION", |
70 | 77 | "description": "When set to false, disables validation of embeddings dimensions.", |
|
235 | 242 | "description": "Comma separated values of tool names, operation types, and/or categories of tools that will be disabled.", |
236 | 243 | "isRequired": false |
237 | 244 | }, |
| 245 | + { |
| 246 | + "type": "named", |
| 247 | + "name": "--dryRun", |
| 248 | + "description": "When true, runs the server in dry mode: dumps configuration and enabled tools, then exits without starting the server.", |
| 249 | + "isRequired": false, |
| 250 | + "format": "boolean" |
| 251 | + }, |
238 | 252 | { |
239 | 253 | "type": "named", |
240 | 254 | "name": "--embeddingsValidation", |
|
352 | 366 | }, |
353 | 367 | { |
354 | 368 | "registryType": "oci", |
355 | | - "identifier": "docker.io/mongodb/mongodb-mcp-server:1.2.0", |
| 369 | + "identifier": "docker.io/mongodb/mongodb-mcp-server:1.3.0-pre.1", |
356 | 370 | "transport": { |
357 | 371 | "type": "stdio" |
358 | 372 | }, |
|
406 | 420 | "format": "string", |
407 | 421 | "isSecret": false |
408 | 422 | }, |
| 423 | + { |
| 424 | + "name": "MDB_MCP_DRY_RUN", |
| 425 | + "description": "When true, runs the server in dry mode: dumps configuration and enabled tools, then exits without starting the server.", |
| 426 | + "isRequired": false, |
| 427 | + "format": "boolean", |
| 428 | + "isSecret": false |
| 429 | + }, |
409 | 430 | { |
410 | 431 | "name": "MDB_MCP_EMBEDDINGS_VALIDATION", |
411 | 432 | "description": "When set to false, disables validation of embeddings dimensions.", |
|
576 | 597 | "description": "Comma separated values of tool names, operation types, and/or categories of tools that will be disabled.", |
577 | 598 | "isRequired": false |
578 | 599 | }, |
| 600 | + { |
| 601 | + "type": "named", |
| 602 | + "name": "--dryRun", |
| 603 | + "description": "When true, runs the server in dry mode: dumps configuration and enabled tools, then exits without starting the server.", |
| 604 | + "isRequired": false, |
| 605 | + "format": "boolean" |
| 606 | + }, |
579 | 607 | { |
580 | 608 | "type": "named", |
581 | 609 | "name": "--embeddingsValidation", |
|
0 commit comments