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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -304,7 +304,7 @@ The MongoDB MCP Server can be configured using multiple methods, with the follow
304
304
|`apiClientId`| <notset> | Atlas API client ID for authentication. Required for running Atlas tools. |
305
305
|`apiClientSecret`| <notset> | Atlas API client secret for authentication. Required for running Atlas tools. |
306
306
|`connectionString`| <notset> | MongoDB connection string for direct database connections. Optional, if not set, you'll need to call the `connect` tool before interacting with MongoDB data. |
307
-
|`logPath`| see note*| Folder to store logs. |
307
+
|`logPath`| see note\*| Folder to store logs. |
308
308
|`disabledTools`| <notset> | An array of tool names, operation types, and/or categories of tools that will be disabled. |
309
309
|`readOnly`| false | When set to true, only allows read, connect, and metadata operation types, disabling create/update/delete operations. |
310
310
|`indexCheck`| false | When set to true, enforces that query operations must use an index, rejecting queries that perform a collection scan. |
0 commit comments