|
6 | 6 | "url": "https://github.com/mongodb-js/mongodb-mcp-server", |
7 | 7 | "source": "github" |
8 | 8 | }, |
9 | | - "version": "1.9.0", |
| 9 | + "version": "1.9.1-prerelease.1", |
10 | 10 | "packages": [ |
11 | 11 | { |
12 | 12 | "registryType": "npm", |
13 | 13 | "identifier": "mongodb-mcp-server", |
14 | | - "version": "1.9.0", |
| 14 | + "version": "1.9.1-prerelease.1", |
15 | 15 | "transport": { |
16 | 16 | "type": "stdio" |
17 | 17 | }, |
|
198 | 198 | "format": "number", |
199 | 199 | "isSecret": false |
200 | 200 | }, |
| 201 | + { |
| 202 | + "name": "MDB_MCP_MCP_CLIENT_LOG_LEVEL", |
| 203 | + "description": "Minimum severity level for log messages forwarded to the MCP client.", |
| 204 | + "isRequired": false, |
| 205 | + "format": "string", |
| 206 | + "isSecret": false |
| 207 | + }, |
201 | 208 | { |
202 | 209 | "name": "MDB_MCP_MONITORING_SERVER_FEATURES", |
203 | 210 | "description": "Features to expose on the monitoring server (only used when transport is 'http' and monitoringServerHost/monitoringServerPort are set).", |
|
432 | 439 | "isRequired": false, |
433 | 440 | "format": "number" |
434 | 441 | }, |
| 442 | + { |
| 443 | + "type": "named", |
| 444 | + "name": "--mcpClientLogLevel", |
| 445 | + "description": "Minimum severity level for log messages forwarded to the MCP client.", |
| 446 | + "isRequired": false |
| 447 | + }, |
435 | 448 | { |
436 | 449 | "type": "named", |
437 | 450 | "name": "--monitoringServerFeatures", |
|
493 | 506 | }, |
494 | 507 | { |
495 | 508 | "registryType": "oci", |
496 | | - "identifier": "docker.io/mongodb/mongodb-mcp-server:1.9.0", |
| 509 | + "identifier": "docker.io/mongodb/mongodb-mcp-server:1.9.1-prerelease.1", |
497 | 510 | "transport": { |
498 | 511 | "type": "stdio" |
499 | 512 | }, |
|
680 | 693 | "format": "number", |
681 | 694 | "isSecret": false |
682 | 695 | }, |
| 696 | + { |
| 697 | + "name": "MDB_MCP_MCP_CLIENT_LOG_LEVEL", |
| 698 | + "description": "Minimum severity level for log messages forwarded to the MCP client.", |
| 699 | + "isRequired": false, |
| 700 | + "format": "string", |
| 701 | + "isSecret": false |
| 702 | + }, |
683 | 703 | { |
684 | 704 | "name": "MDB_MCP_MONITORING_SERVER_FEATURES", |
685 | 705 | "description": "Features to expose on the monitoring server (only used when transport is 'http' and monitoringServerHost/monitoringServerPort are set).", |
|
914 | 934 | "isRequired": false, |
915 | 935 | "format": "number" |
916 | 936 | }, |
| 937 | + { |
| 938 | + "type": "named", |
| 939 | + "name": "--mcpClientLogLevel", |
| 940 | + "description": "Minimum severity level for log messages forwarded to the MCP client.", |
| 941 | + "isRequired": false |
| 942 | + }, |
917 | 943 | { |
918 | 944 | "type": "named", |
919 | 945 | "name": "--monitoringServerFeatures", |
|
0 commit comments