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
Enhance Docker.md with new features and updated environment variable … (#55)
* Enhance Docker.md with new features and updated environment variable descriptions
- Added new features for retrieving a list of all buckets, scopes, and collections in the cluster.
- Updated the environment variable table to include new mTLS-related variables and clarified requirements for existing variables.
- Improved formatting for better readability and consistency.
* Fix formatting inconsistencies in Docker.md environment variable table
- Corrected the description formatting for `CB_PASSWORD` and `CB_CA_CERT_PATH` to ensure clarity and consistency in the documentation.
- Enhanced readability of the environment variable requirements for mTLS authentication.
- Get a list of all the scopes and collections in the specified bucket
15
+
- Get a list of all the scopes in the specified bucket
16
+
- Get a list of all the collections in a specified scope and bucket. Note that this tool requires the cluster to have Query service.
14
17
- Get the structure for a collection
15
18
- Get a document by ID from a specified scope and collection
16
19
- Upsert a document by ID to a specified scope and collection
@@ -47,8 +50,6 @@ Add the configuration specified below to the MCP configuration in your MCP clien
47
50
"CB_USERNAME=<database_username>",
48
51
"-e",
49
52
"CB_PASSWORD=<database_password>",
50
-
"-e",
51
-
"CB_BUCKET_NAME=<bucket_name>",
52
53
"couchbaseecosystem/mcp-server-couchbase:latest"
53
54
]
54
55
}
@@ -60,13 +61,15 @@ Add the configuration specified below to the MCP configuration in your MCP clien
60
61
61
62
The detailed explanation for the environment variables can be found on the [Github Repo](https://github.com/Couchbase-Ecosystem/mcp-server-couchbase?tab=readme-ov-file#additional-configuration-for-mcp-server).
0 commit comments