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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ An [MCP](https://modelcontextprotocol.io/) server implementation of Couchbase th
21
21
- Upsert a document by ID to a specified scope and collection
22
22
- Delete a document by ID from a specified scope and collection
23
23
- Run a [SQL++ query](https://www.couchbase.com/sqlplusplus/) on a specified scope
24
+
- Queries are automatically scoped to the specified bucket and scope, so use collection names directly (e.g., use `SELECT * FROM users` instead of `SELECT * FROM bucket.scope.users`)
24
25
- There is an option in the MCP server, `CB_MCP_READ_ONLY_QUERY_MODE` that is set to true by default to disable running SQL++ queries that change the data or the underlying collection structure. Note that the documents can still be updated by ID.
25
26
- Get the status of the MCP server
26
27
- Check the cluster credentials by connecting to the cluster
0 commit comments