Skip to content

Commit 6c48e71

Browse files
chore: enable readOnly mode by default
1 parent f2364e1 commit 6c48e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1320,7 +1320,7 @@
13201320
},
13211321
"mdb.mcp.readOnly": {
13221322
"type": "boolean",
1323-
"default": false,
1323+
"default": true,
13241324
"description": "When set to true, MongoDB MCP server will only allow read, connect, and metadata operation types, disabling create/update/delete operations."
13251325
},
13261326
"mdb.mcp.indexCheck": {

0 commit comments

Comments
 (0)