mirror of
https://github.com/Minidoracat/mcp-feedback-enhanced.git
synced 2025-07-26 10:02:25 +08:00
Merge branch 'main' of github.com:Minidoracat/mcp-feedback-enhanced
This commit is contained in:
commit
5ed5001d59
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 2.5.6
|
||||
current_version = 2.6.0
|
||||
commit = False
|
||||
tag = False
|
||||
allow_dirty = True
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "mcp-feedback-enhanced"
|
||||
version = "2.5.6"
|
||||
version = "2.6.0"
|
||||
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"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Release v2.5.6 - 2025-06-21 - Settings Save Mechanism Optimization & Interface Enhancement
|
||||
# Release v2.6.0 - Latest Release
|
||||
|
||||
## 🌟 Key Highlights
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
uvx mcp-feedback-enhanced@latest
|
||||
|
||||
# This specific version / 此特定版本
|
||||
uvx mcp-feedback-enhanced@v2.5.6
|
||||
uvx mcp-feedback-enhanced@v2.6.0
|
||||
```
|
||||
|
||||
## 🔗 Links
|
||||
|
@ -17,7 +17,7 @@ MCP Interactive Feedback Enhanced
|
||||
- 重構的模組化架構
|
||||
"""
|
||||
|
||||
__version__ = "2.5.6"
|
||||
__version__ = "2.6.0"
|
||||
__author__ = "Minidoracat"
|
||||
__email__ = "minidora0702@gmail.com"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user