From ead47b968d4edbfd5b533c86dd37ca97ba2b7c58 Mon Sep 17 00:00:00 2001 From: Egor Merkushev Date: Fri, 13 Feb 2026 12:02:04 +0300 Subject: [PATCH] Bump package version to 0.3.1 --- pyproject.toml | 2 +- server.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 221b5b35..d629aa72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mcpbridge-wrapper" -version = "0.3.0" +version = "0.3.1" description = "Python wrapper for xcrun mcpbridge that adds structuredContent to MCP responses" readme = "README.md" requires-python = ">=3.7" diff --git a/server.json b/server.json index 981b9d94..59ddbc73 100644 --- a/server.json +++ b/server.json @@ -3,7 +3,7 @@ "name": "io.github.SoundBlaster/xcode-mcpbridge-wrapper", "title": "Xcode: MCP Bridge Wrapper for Cursor", "description": "Python wrapper that makes Xcode's MCP bridge compatible with strict MCP clients like Cursor", - "version": "0.3.0", + "version": "0.3.1", "repository": { "url": "https://github.com/SoundBlaster/XcodeMCPWrapper", "source": "github" @@ -13,7 +13,7 @@ { "registryType": "pypi", "identifier": "mcpbridge-wrapper", - "version": "0.3.0", + "version": "0.3.1", "transport": { "type": "stdio" },