mirror of
https://github.com/Minidoracat/mcp-feedback-enhanced.git
synced 2025-07-27 10:42:25 +08:00
🔖 Release v2.5.2
- Updated version to 2.5.2 - Custom version specified: 2.5.2 - Auto-generated release from workflow
This commit is contained in:
parent
8b3ab3a402
commit
5df2c3a82c
@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 2.5.1
|
current_version = 2.5.2
|
||||||
commit = False
|
commit = False
|
||||||
tag = False
|
tag = False
|
||||||
allow_dirty = True
|
allow_dirty = True
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "mcp-feedback-enhanced"
|
name = "mcp-feedback-enhanced"
|
||||||
version = "2.5.1"
|
version = "2.5.2"
|
||||||
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."
|
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"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Release v2.5.1 - Latest Release
|
# Release v2.5.2 - Latest Release
|
||||||
|
|
||||||
## 🌟 Key Highlights
|
## 🌟 Key Highlights
|
||||||
|
|
||||||
@ -23,7 +23,7 @@
|
|||||||
uvx mcp-feedback-enhanced@latest
|
uvx mcp-feedback-enhanced@latest
|
||||||
|
|
||||||
# This specific version / 此特定版本
|
# This specific version / 此特定版本
|
||||||
uvx mcp-feedback-enhanced@v2.5.1
|
uvx mcp-feedback-enhanced@v2.5.2
|
||||||
```
|
```
|
||||||
|
|
||||||
## 🔗 Links
|
## 🔗 Links
|
||||||
|
@ -17,7 +17,7 @@ MCP Interactive Feedback Enhanced
|
|||||||
- 重構的模組化架構
|
- 重構的模組化架構
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "2.5.1"
|
__version__ = "2.5.2"
|
||||||
__author__ = "Minidoracat"
|
__author__ = "Minidoracat"
|
||||||
__email__ = "minidora0702@gmail.com"
|
__email__ = "minidora0702@gmail.com"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user