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
@@ -10,6 +10,7 @@ An [MCP](https://modelcontextprotocol.io/) server implementation of Couchbase th
10
10
- Upsert a document by ID to a specified scope and collection
11
11
- Delete a document by ID from a specified scope and collection
12
12
- Run a [SQL++ query](https://www.couchbase.com/sqlplusplus/) on a specified scope
13
+
- There is an option in the MCP server, `READ_ONLY_QUERY_MODE` that is set to true by default to disable running queries that change the data or the underlying collection structure.
0 commit comments