From 29240c6a7ac463719fa20e81f1c276408bb60da6 Mon Sep 17 00:00:00 2001 From: vaaraio <267591518+vaaraio@users.noreply.github.com> Date: Tue, 2 Jun 2026 08:44:28 +0300 Subject: [PATCH] chore: bump MCP registry manifests to 0.51.0 The v0.51.0 commit bumped pyproject, __init__, CHANGELOG and the TS client but missed both MCP manifests, which still read 0.50.0. The Release workflow publishes server.json and server-vaara-server.json to the MCP Registry and then asserts the registry's latest active version equals the tag, so a v0.51.0 tag would fail that gate exactly as v0.49.0 did. Bump both the listing version and the pypi package version in each manifest. Co-Authored-By: Claude Opus 4.8 --- server-vaara-server.json | 4 ++-- server.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/server-vaara-server.json b/server-vaara-server.json index 7a4b401..4a27bf2 100644 --- a/server-vaara-server.json +++ b/server-vaara-server.json @@ -8,13 +8,13 @@ "url": "https://github.com/vaaraio/vaara", "source": "github" }, - "version": "0.50.0", + "version": "0.51.0", "packages": [ { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "vaara", - "version": "0.50.0", + "version": "0.51.0", "runtimeHint": "uvx", "transport": { "type": "stdio" diff --git a/server.json b/server.json index 7863696..6a1ba43 100644 --- a/server.json +++ b/server.json @@ -8,13 +8,13 @@ "url": "https://github.com/vaaraio/vaara", "source": "github" }, - "version": "0.50.0", + "version": "0.51.0", "packages": [ { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "vaara", - "version": "0.50.0", + "version": "0.51.0", "runtimeHint": "uvx", "transport": { "type": "stdio"