From 85d52094eaa5248baa449a0d322dc640e0e83d1c Mon Sep 17 00:00:00 2001 From: Jacob Magar Date: Fri, 13 Mar 2026 13:18:22 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20version=200.4.0=20=E2=86=92=200?= =?UTF-8?q?.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Comprehensive PR review pass — all 36 review threads resolved: - Fixed docker organizer variable wiring, empty children_ids, short-ID matching - Added confirm guard for update_ssh, fixed avatar field handling in settings - Redacted API URL from client logs - Fixed subscription validator (field-based allow-list), byte-count log cap, partial autostart state, URL scheme validation, stale connection_issues - Fixed logging.py stream restore bug, attached root logger to file handler - Fixed keys.py create mutation fields, ToolError on failed ops - Fixed notifications create_unique length validation - Fixed flash_backup response validation - Resolved 21 pre-existing schema field drift failures across info, docker, storage, keys, and health tools - Pinned uv Docker image tag to 0.9.25 - Gitignored docs/research, docs/superpowers, .claude/worktrees Co-authored-by: Claude --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 621a679..e2e2fd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "hatchling.build" # ============================================================================ [project] name = "unraid-mcp" -version = "0.4.0" +version = "0.4.1" description = "MCP Server for Unraid API - provides tools to interact with an Unraid server's GraphQL API" readme = "README.md" license = {file = "LICENSE"} diff --git a/uv.lock b/uv.lock index 5c56254..1f9a2cc 100644 --- a/uv.lock +++ b/uv.lock @@ -1729,7 +1729,7 @@ wheels = [ [[package]] name = "unraid-mcp" -version = "0.4.0" +version = "0.4.1" source = { editable = "." } dependencies = [ { name = "fastapi" },