You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`apiClientId`| Atlas API client ID for authentication. Required for running Atlas tools. |
259
+
|`apiClientSecret`| Atlas API client secret for authentication. Required for running Atlas tools.|
260
260
|`connectionString`| MongoDB connection string for direct database connections. Optional, if not set, you'll need to call the `connect` tool before interacting with MongoDB data. |
261
-
|`logPath`| Folder to store logs. |
262
-
|`disabledTools`| An array of tool names, operation types, and/or categories of tools that will be disabled. |
263
-
|`readOnly`| When set to true, only allows read and metadata operation types, disabling create/update/delete operations. |
264
-
|`telemetry`| When set to disabled, disables telemetry collection. |
261
+
|`logPath`| Folder to store logs. |
262
+
|`disabledTools`| An array of tool names, operation types, and/or categories of tools that will be disabled. |
263
+
|`readOnly`| When set to true, only allows read and metadata operation types, disabling create/update/delete operations. |
264
+
|`telemetry`| When set to disabled, disables telemetry collection. |
0 commit comments