🔖 Release v2.5.5

- Updated version to 2.5.5
- Custom version specified: 2.5.5
- Auto-generated release from workflow
This commit is contained in:
GitHub Action 2025-06-21 14:42:33 +00:00
parent 56f0938870
commit d324069e76
5 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.5.4
current_version = 2.5.5
commit = False
tag = False
allow_dirty = True

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -17,7 +17,7 @@ MCP Interactive Feedback Enhanced
- 重構的模組化架構
"""
__version__ = "2.5.4"
__version__ = "2.5.5"
__author__ = "Minidoracat"
__email__ = "minidora0702@gmail.com"