couchbase-mcp-server 0.5.2rc4__tar.gz → 0.5.2rc5__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.2rc5}/.github/workflows/docker.yml +15 -3
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/PKG-INFO +1 -1
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/pyproject.toml +1 -1
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/server.json +3 -3
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/uv.lock +1 -1
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/.github/workflows/alert-on-pr.yml +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/.github/workflows/release.yml +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/.github/workflows/test_release.yml +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/.github/workflows/update-mcp-registry.yml +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/.gitignore +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/.pre-commit-config.yaml +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/CONTRIBUTING.md +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/DOCKER.md +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/Dockerfile +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/LICENSE +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/README.md +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/RELEASE.md +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/build.sh +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/glama.json +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/scripts/lint.sh +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/scripts/lint_fix.sh +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/scripts/update_version.sh +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/smithery.yaml +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/src/certs/__init__.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/src/certs/capella_root_ca.pem +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/src/mcp_server.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/src/tools/__init__.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/src/tools/index.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/src/tools/kv.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/src/tools/query.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/src/tools/server.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/src/utils/__init__.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/src/utils/config.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/src/utils/connection.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/src/utils/constants.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/src/utils/context.py +0 -0
- {couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/src/utils/index_utils.py +0 -0
{couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/.github/workflows/docker.yml
RENAMED
|
@@ -32,6 +32,18 @@ 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
|
+
run: |
|
|
38
|
+
TAG_NAME="${GITHUB_REF#refs/tags/}"
|
|
39
|
+
if [[ "$TAG_NAME" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
|
|
40
|
+
echo "is_stable=true" >> $GITHUB_OUTPUT
|
|
41
|
+
echo "This is a stable release: $TAG_NAME"
|
|
42
|
+
else
|
|
43
|
+
echo "is_stable=false" >> $GITHUB_OUTPUT
|
|
44
|
+
echo "This is a pre-release: $TAG_NAME"
|
|
45
|
+
fi
|
|
46
|
+
|
|
35
47
|
- name: Extract metadata
|
|
36
48
|
id: meta
|
|
37
49
|
uses: docker/metadata-action@v5
|
|
@@ -43,9 +55,9 @@ jobs:
|
|
|
43
55
|
# For tags: extract full version without 'v' prefix (e.g., 0.5.2 or 0.5.2rc3)
|
|
44
56
|
type=match,pattern=v(.*),group=1,enable=${{ startsWith(github.ref, 'refs/tags/v') }}
|
|
45
57
|
# 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
|
-
# Tag as 'latest' only for
|
|
48
|
-
type=raw,value=latest,enable=${{
|
|
58
|
+
type=match,pattern=v(\d+\.\d+),group=1,enable=${{ steps.check-stable.outputs.is_stable == 'true' }}
|
|
59
|
+
# Tag as 'latest' only for stable releases
|
|
60
|
+
type=raw,value=latest,enable=${{ steps.check-stable.outputs.is_stable == 'true' }}
|
|
49
61
|
|
|
50
62
|
- name: Set build timestamp
|
|
51
63
|
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.2rc5
|
|
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.2rc5",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "pypi",
|
|
13
13
|
"identifier": "couchbase-mcp-server",
|
|
14
|
-
"version": "0.5.
|
|
14
|
+
"version": "0.5.2rc5",
|
|
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.2rc5",
|
|
176
176
|
"transport": {
|
|
177
177
|
"type": "stdio"
|
|
178
178
|
},
|
{couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/.github/workflows/alert-on-pr.yml
RENAMED
|
File without changes
|
{couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/.github/workflows/release.yml
RENAMED
|
File without changes
|
{couchbase_mcp_server-0.5.2rc4 → couchbase_mcp_server-0.5.2rc5}/.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.2rc5}/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
|