diff --git a/pyproject.toml b/pyproject.toml index 2dbe8a7..dd24dba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "couchbase-mcp-server" -version = "0.5.0" +version = "0.5.1" description = "Couchbase MCP Server - The Developer Data Platform for Critical Applications in Our AI World" readme = "README.md" requires-python = ">=3.10,<3.14" diff --git a/server.json b/server.json index c74f45b..d33ca58 100644 --- a/server.json +++ b/server.json @@ -6,12 +6,12 @@ "url": "https://github.com/Couchbase-Ecosystem/mcp-server-couchbase", "source": "github" }, - "version": "0.5.0", + "version": "0.5.1", "packages": [ { "registryType": "pypi", "identifier": "couchbase-mcp-server", - "version": "0.5.0", + "version": "0.5.1", "transport": { "type": "stdio" }, @@ -172,7 +172,7 @@ }, { "registryType": "oci", - "identifier": "docker.io/couchbaseecosystem/mcp-server-couchbase:0.5.0", + "identifier": "docker.io/couchbaseecosystem/mcp-server-couchbase:0.5.1", "transport": { "type": "stdio" }, diff --git a/uv.lock b/uv.lock index 35c4c35..20b547d 100644 --- a/uv.lock +++ b/uv.lock @@ -168,7 +168,7 @@ wheels = [ [[package]] name = "couchbase-mcp-server" -version = "0.5.0" +version = "0.5.1" source = { editable = "." } dependencies = [ { name = "click" },