File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ This is useful for scenarios where you want to provide access to MongoDB data fo
191
191
You can enable read-only mode using:
192
192
193
193
- ** Environment variable** : ` export MDB_MCP_READ_ONLY=true `
194
- - ** Command-line argument** : ` --readOnly=true `
194
+ - ** Command-line argument** : ` --readOnly `
195
195
196
196
When read-only mode is active, you'll see a message in the server logs indicating which tools were prevented from registering due to this restriction.
197
197
@@ -235,6 +235,7 @@ export MDB_MCP_API_CLIENT_SECRET="your-atlas-client-secret"
235
235
export MDB_MCP_CONNECTION_STRING=
" mongodb+srv://username:[email protected] /myDatabase"
236
236
237
237
export MDB_MCP_LOG_PATH=" /path/to/logs"
238
+
238
239
```
239
240
240
241
#### Command-Line Arguments
You can’t perform that action at this time.
0 commit comments