From d324069e76ae760b64fa18b88606a192f2976743 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 21 Jun 2025 14:42:33 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20v2.5.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated version to 2.5.5 - Custom version specified: 2.5.5 - Auto-generated release from workflow --- .bumpversion.cfg | 2 +- highlights.txt | 3 ++- pyproject.toml | 2 +- release_body.md | 7 ++++--- src/mcp_feedback_enhanced/__init__.py | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 22f6a54..bf13d7b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.5.4 +current_version = 2.5.5 commit = False tag = False allow_dirty = True diff --git a/highlights.txt b/highlights.txt index 8b13789..f541b70 100644 --- a/highlights.txt +++ b/highlights.txt @@ -1 +1,2 @@ - +- ๐ŸŒ **SSH Remote Development Support**: Added `MCP_WEB_HOST` environment variable for configuring web server host binding +- ๐ŸŽ **Enhanced macOS Compilation Support**: Added `.cargo/config.toml` configuration file diff --git a/pyproject.toml b/pyproject.toml index 3d3db41..feda71c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcp-feedback-enhanced" -version = "2.5.4" +version = "2.5.5" description = "Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility." readme = "README.md" requires-python = ">=3.11" diff --git a/release_body.md b/release_body.md index 53c731f..0621d58 100644 --- a/release_body.md +++ b/release_body.md @@ -1,7 +1,8 @@ -# Release v2.5.4 - Latest Release +# Release v2.5.5 - 2025-06-21 - SSH Remote Development Support & Stability Enhancement ## ๐ŸŒŸ Key Highlights - +- ๐ŸŒ **SSH Remote Development Support**: Added `MCP_WEB_HOST` environment variable for configuring web server host binding +- ๐ŸŽ **Enhanced macOS Compilation Support**: Added `.cargo/config.toml` configuration file ## ๐ŸŒ Detailed Release Notes @@ -23,7 +24,7 @@ uvx mcp-feedback-enhanced@latest # This specific version / ๆญค็‰นๅฎš็‰ˆๆœฌ -uvx mcp-feedback-enhanced@v2.5.4 +uvx mcp-feedback-enhanced@v2.5.5 ``` ## ๐Ÿ”— Links diff --git a/src/mcp_feedback_enhanced/__init__.py b/src/mcp_feedback_enhanced/__init__.py index f47549c..aea2ce8 100644 --- a/src/mcp_feedback_enhanced/__init__.py +++ b/src/mcp_feedback_enhanced/__init__.py @@ -17,7 +17,7 @@ MCP Interactive Feedback Enhanced - ้‡ๆง‹็š„ๆจก็ต„ๅŒ–ๆžถๆง‹ """ -__version__ = "2.5.4" +__version__ = "2.5.5" __author__ = "Minidoracat" __email__ = "minidora0702@gmail.com"