couchbase-mcp-server 0.5.2rc4__tar.gz → 0.5.2rc6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/.github/workflows/docker.yml +24 -5
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/PKG-INFO +1 -1
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/pyproject.toml +1 -1
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/server.json +3 -3
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/uv.lock +1 -1
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/.github/workflows/alert-on-pr.yml +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/.github/workflows/release.yml +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/.github/workflows/test_release.yml +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/.github/workflows/update-mcp-registry.yml +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/.gitignore +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/.pre-commit-config.yaml +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/CONTRIBUTING.md +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/DOCKER.md +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/Dockerfile +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/LICENSE +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/README.md +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/RELEASE.md +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/build.sh +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/glama.json +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/scripts/lint.sh +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/scripts/lint_fix.sh +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/scripts/update_version.sh +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/smithery.yaml +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/src/certs/__init__.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/src/certs/capella_root_ca.pem +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/src/mcp_server.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/src/tools/__init__.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/src/tools/index.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/src/tools/kv.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/src/tools/query.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/src/tools/server.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/src/utils/__init__.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/src/utils/config.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/src/utils/connection.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/src/utils/constants.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/src/utils/context.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/src/utils/index_utils.py +0 -0
{couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/.github/workflows/docker.yml
RENAMED
|
@@ -32,20 +32,39 @@ jobs:
|
|
|
32
32
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
33
33
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
|
34
34
|
|
|
35
|
+
- name: Check if stable release
|
|
36
|
+
id: check-stable
|
|
37
|
+
if: startsWith(github.ref, 'refs/tags/')
|
|
38
|
+
run: |
|
|
39
|
+
TAG_NAME="${GITHUB_REF#refs/tags/}"
|
|
40
|
+
echo "Checking tag: $TAG_NAME"
|
|
41
|
+
|
|
42
|
+
# Only match vX.Y.Z format (no suffixes like rc, alpha, beta)
|
|
43
|
+
if [[ "$TAG_NAME" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
|
|
44
|
+
echo "is_stable=true" >> $GITHUB_OUTPUT
|
|
45
|
+
echo "This is a STABLE release: $TAG_NAME"
|
|
46
|
+
else
|
|
47
|
+
echo "is_stable=false" >> $GITHUB_OUTPUT
|
|
48
|
+
echo "This is a PRE-RELEASE: $TAG_NAME (will not update 'latest' or major.minor tags)"
|
|
49
|
+
fi
|
|
50
|
+
|
|
35
51
|
- name: Extract metadata
|
|
36
52
|
id: meta
|
|
37
53
|
uses: docker/metadata-action@v5
|
|
38
54
|
with:
|
|
39
55
|
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
|
56
|
+
flavor: |
|
|
57
|
+
# Disable automatic 'latest' tag to have explicit control
|
|
58
|
+
latest=false
|
|
40
59
|
tags: |
|
|
41
60
|
# For PRs: tag as pr-<number>
|
|
42
61
|
type=ref,event=pr
|
|
43
|
-
# For tags: extract full version without 'v' prefix (e.g., 0.5.2 or 0.5.2rc3)
|
|
44
|
-
type=match,pattern=v(.*),group=1
|
|
62
|
+
# For all tags: extract full version without 'v' prefix (e.g., 0.5.2 or 0.5.2rc3)
|
|
63
|
+
type=match,pattern=v(.*),group=1
|
|
45
64
|
# For stable releases only: extract major.minor (e.g., 0.5 from v0.5.2)
|
|
46
|
-
type=match,pattern=v(\d+\.\d+),group=1,enable=${{
|
|
47
|
-
#
|
|
48
|
-
type=raw,value=latest,enable=${{
|
|
65
|
+
type=match,pattern=v(\d+\.\d+),group=1,enable=${{ steps.check-stable.outputs.is_stable == 'true' }}
|
|
66
|
+
# For stable releases only: tag as 'latest'
|
|
67
|
+
type=raw,value=latest,enable=${{ steps.check-stable.outputs.is_stable == 'true' }}
|
|
49
68
|
|
|
50
69
|
- name: Set build timestamp
|
|
51
70
|
id: timestamp
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: couchbase-mcp-server
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2rc6
|
|
4
4
|
Summary: Couchbase MCP Server - The Developer Data Platform for Critical Applications in Our AI World
|
|
5
5
|
Project-URL: Homepage, https://github.com/Couchbase-Ecosystem/mcp-server-couchbase
|
|
6
6
|
Project-URL: Documentation, https://github.com/Couchbase-Ecosystem/mcp-server-couchbase#readme
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
"url": "https://github.com/Couchbase-Ecosystem/mcp-server-couchbase",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"version": "0.5.
|
|
9
|
+
"version": "0.5.2rc6",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "pypi",
|
|
13
13
|
"identifier": "couchbase-mcp-server",
|
|
14
|
-
"version": "0.5.
|
|
14
|
+
"version": "0.5.2rc6",
|
|
15
15
|
"transport": {
|
|
16
16
|
"type": "stdio"
|
|
17
17
|
},
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
174
|
"registryType": "oci",
|
|
175
|
-
"identifier": "docker.io/couchbaseecosystem/mcp-server-couchbase:0.5.
|
|
175
|
+
"identifier": "docker.io/couchbaseecosystem/mcp-server-couchbase:0.5.2rc6",
|
|
176
176
|
"transport": {
|
|
177
177
|
"type": "stdio"
|
|
178
178
|
},
|
{couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/.github/workflows/alert-on-pr.yml
RENAMED
|
File without changes
|
{couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/.github/workflows/release.yml
RENAMED
|
File without changes
|
{couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/.github/workflows/test_release.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc6}/src/certs/capella_root_ca.pem
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|