From c00184814533b3793e135f0857f17d873a26f68f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 30 May 2025 21:50:51 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=A6=20Update=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index c7cdcc6..9a57247 100644 --- a/uv.lock +++ b/uv.lock @@ -483,7 +483,7 @@ wheels = [ [[package]] name = "mcp-feedback-enhanced" -version = "2.0.5" +version = "2.0.6" source = { editable = "." } dependencies = [ { name = "fastapi" }, From ef6cb355ccefef0e7b39546cef3d7ce7dfb8f2bc Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 30 May 2025 21:50:52 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=96=20Release=20v2.0.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- src/mcp_feedback_enhanced/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6a1362c..ea2e2b0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.6 +current_version = 2.0.7 commit = False tag = False allow_dirty = True diff --git a/pyproject.toml b/pyproject.toml index c29faaf..dcfac73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcp-feedback-enhanced" -version = "2.0.6" +version = "2.0.7" description = "Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual UI support (Qt GUI and Web UI) with intelligent environment detection." readme = "README.md" requires-python = ">=3.11" diff --git a/src/mcp_feedback_enhanced/__init__.py b/src/mcp_feedback_enhanced/__init__.py index a07e6a5..37991ab 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.0.6" +__version__ = "2.0.7" __author__ = "Minidoracat" __email__ = "minidora0702@gmail.com"