Skip to content

Commit efbf964

Browse files
committed
address comment: boolena flag
1 parent de8e999 commit efbf964

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ This is useful for scenarios where you want to provide access to MongoDB data fo
191191
You 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

196196
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.
197197

@@ -235,6 +235,7 @@ export MDB_MCP_API_CLIENT_SECRET="your-atlas-client-secret"
235235
export MDB_MCP_CONNECTION_STRING="mongodb+srv://username:[email protected]/myDatabase"
236236

237237
export MDB_MCP_LOG_PATH="/path/to/logs"
238+
238239
```
239240

240241
#### Command-Line Arguments

0 commit comments

Comments
 (0)