couchbase-mcp-server 0.5.2rc2__tar.gz → 0.5.2rc4__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.2rc2 → couchbase_mcp_server-0.5.2rc4}/.github/workflows/docker.yml +7 -3
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/.github/workflows/update-mcp-registry.yml +5 -1
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/PKG-INFO +1 -1
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/pyproject.toml +1 -1
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/server.json +3 -3
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/uv.lock +1 -1
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/.github/workflows/alert-on-pr.yml +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/.github/workflows/release.yml +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/.github/workflows/test_release.yml +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/.gitignore +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/.pre-commit-config.yaml +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/CONTRIBUTING.md +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/DOCKER.md +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/Dockerfile +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/LICENSE +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/README.md +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/RELEASE.md +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/build.sh +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/glama.json +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/scripts/lint.sh +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/scripts/lint_fix.sh +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/scripts/update_version.sh +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/smithery.yaml +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/src/certs/__init__.py +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/src/certs/capella_root_ca.pem +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/src/mcp_server.py +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/src/tools/__init__.py +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/src/tools/index.py +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/src/tools/kv.py +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/src/tools/query.py +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/src/tools/server.py +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/src/utils/__init__.py +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/src/utils/config.py +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/src/utils/connection.py +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/src/utils/constants.py +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/src/utils/context.py +0 -0
- {couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/src/utils/index_utils.py +0 -0
{couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/.github/workflows/docker.yml
RENAMED
|
@@ -38,10 +38,14 @@ jobs:
|
|
|
38
38
|
with:
|
|
39
39
|
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
|
40
40
|
tags: |
|
|
41
|
+
# For PRs: tag as pr-<number>
|
|
41
42
|
type=ref,event=pr
|
|
42
|
-
|
|
43
|
-
type=
|
|
44
|
-
|
|
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,enable=${{ startsWith(github.ref, 'refs/tags/v') }}
|
|
45
|
+
# 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=${{ startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, 'rc') && !contains(github.ref, 'alpha') && !contains(github.ref, 'beta') }}
|
|
47
|
+
# Tag as 'latest' only for non-prerelease version tags
|
|
48
|
+
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, 'rc') && !contains(github.ref, 'alpha') && !contains(github.ref, 'beta') }}
|
|
45
49
|
|
|
46
50
|
- name: Set build timestamp
|
|
47
51
|
id: timestamp
|
|
@@ -43,13 +43,17 @@ jobs:
|
|
|
43
43
|
|
|
44
44
|
- name: Validate version consistency
|
|
45
45
|
id: version
|
|
46
|
+
env:
|
|
47
|
+
HEAD_BRANCH: ${{ github.event.workflow_run.head_branch }}
|
|
46
48
|
run: |
|
|
47
49
|
# Read versions from files
|
|
48
50
|
ROOT_VERSION=$(jq -r '.version' server.json)
|
|
49
51
|
# Only get versions from packages that have a version field (exclude null/empty)
|
|
50
52
|
PACKAGE_VERSIONS=$(jq -r '.packages[] | select(.version != null) | .version' server.json | sort -u)
|
|
51
53
|
PYPROJECT_VERSION=$(grep '^version = ' pyproject.toml | sed 's/version = "\(.*\)"/\1/')
|
|
52
|
-
|
|
54
|
+
# Get tag from the triggering workflow (Docker), not current workflow
|
|
55
|
+
# Use environment variable to prevent code injection
|
|
56
|
+
TAG_VERSION=${HEAD_BRANCH#v}
|
|
53
57
|
|
|
54
58
|
echo "Version Check:"
|
|
55
59
|
echo " server.json root: $ROOT_VERSION"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: couchbase-mcp-server
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2rc4
|
|
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.2rc4",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "pypi",
|
|
13
13
|
"identifier": "couchbase-mcp-server",
|
|
14
|
-
"version": "0.5.
|
|
14
|
+
"version": "0.5.2rc4",
|
|
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.2rc4",
|
|
176
176
|
"transport": {
|
|
177
177
|
"type": "stdio"
|
|
178
178
|
},
|
{couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/.github/workflows/alert-on-pr.yml
RENAMED
|
File without changes
|
{couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/.github/workflows/release.yml
RENAMED
|
File without changes
|
{couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/.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
|
{couchbase_mcp_server-0.5.2rc2 → couchbase_mcp_server-0.5.2rc4}/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
|