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
description: Atlas API client ID for authentication. Required for running Atlas tools.
14
+
atlasClientSecret:
15
+
type: string
16
+
title: Atlas Client Secret
17
+
description: Atlas API client secret for authentication. Required for running Atlas tools.
18
+
connectionString:
19
+
type: string
20
+
title: MongoDB Connection string
21
+
description: MongoDB connection string for direct database connections. Optional, if not set, you'll need to call the `connect` tool before interacting with MongoDB data.
22
+
readOnly:
23
+
type: boolean
24
+
title: Read-only
25
+
description: When set to true, only allows read and metadata operation types, disabling create/update/delete operations.
|`apiClientId`| Atlas API client ID for authentication. Required for running Atlas tools. |
261
+
|`apiClientSecret`| Atlas API client secret for authentication. Required for running Atlas tools. |
262
+
|`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.|
263
+
|`logPath`| Folder to store logs. |
264
+
|`disabledTools`| An array of tool names, operation types, and/or categories of tools that will be disabled. |
265
+
|`readOnly`| When set to true, only allows read and metadata operation types, disabling create/update/delete operations. |
266
+
|`telemetry`| When set to disabled, disables telemetry collection. |
0 commit comments