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
191191You can enable read-only mode using:
192192
193193- ** Environment variable** : ` export MDB_MCP_READ_ONLY=true `
194- - ** Command-line argument** : ` --readOnly=true `
194+ - ** Command-line argument** : ` --readOnly `
195195
196196When 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.
197197
@@ -235,6 +235,7 @@ export MDB_MCP_API_CLIENT_SECRET="your-atlas-client-secret"
235235export MDB_MCP_CONNECTION_STRING=" mongodb+srv://username:password@cluster.mongodb.net/myDatabase"
236236
237237export MDB_MCP_LOG_PATH=" /path/to/logs"
238+
238239```
239240
240241#### Command-Line Arguments
You can’t perform that action at this time.
0 commit comments