🔖 Release v2.4.2

- Updated version to 2.4.2
- Custom version specified: 2.4.2
- Auto-generated release from workflow
This commit is contained in:
GitHub Action 2025-06-13 11:29:12 +00:00
parent 634fba171e
commit a85b59ff63
5 changed files with 7 additions and 7 deletions

View File

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

View File

@ -1 +1 @@
This version focuses on improving system stability and user experience, particularly solving the browser launch issue in Cursor SSH Remote environments.

View File

@ -1,6 +1,6 @@
[project] [project]
name = "mcp-feedback-enhanced" name = "mcp-feedback-enhanced"
version = "2.3.0" version = "2.4.2"
description = "Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring Web UI with intelligent environment detection." description = "Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring Web UI with intelligent environment detection."
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.11"

View File

@ -1,7 +1,7 @@
# Release v2.3.0 - System Stability & Resource Management Enhancement # Release v2.4.2 - Web-Only Architecture Refactoring & Smart Feature Enhancement
## 🌟 Key Highlights ## 🌟 Key Highlights
This version focuses on improving system stability and user experience, particularly solving the browser launch issue in Cursor SSH Remote environments.
## 🌐 Detailed Release Notes ## 🌐 Detailed Release Notes
@ -23,7 +23,7 @@ This version focuses on improving system stability and user experience, particul
uvx mcp-feedback-enhanced@latest uvx mcp-feedback-enhanced@latest
# This specific version / 此特定版本 # This specific version / 此特定版本
uvx mcp-feedback-enhanced@v2.3.0 uvx mcp-feedback-enhanced@v2.4.2
``` ```
## 🔗 Links ## 🔗 Links

View File

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