From 73a0aeff1f4242e908b8653337eaf13975c2a6bd Mon Sep 17 00:00:00 2001 From: "cmeans-claude-dev[bot]" <3223881+cmeans-claude-dev[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 23:44:12 -0500 Subject: [PATCH] Bump version to 0.4.1 Includes post-0.4.0 fixes: Claude Desktop config (uvx), migration script improvements, MCP registry files, issue templates, and PyPI ownership verification comment. Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- server.json | 4 ++-- uv.lock | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18af001..d62ff9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.4.1 (2026-04-07) + +### Fixes + +- **Claude Desktop config** — setup snippet now uses `uvx mcp-synology` instead of bare command, which failed with ENOENT on systems where `~/.local/bin` isn't in Claude Desktop's PATH +- **Migration script** — now auto-updates `claude_desktop_config.json` (detects and rewrites old synology-mcp entries), creates `.json.bak` backup before writing, preserves extra args, handles `--config=value` equals syntax +- **README** — added migration section near top for users upgrading from synology-mcp, standardized all examples on `uvx` + +### Added + +- **MCP registry files** — `glama.json` for Glama.ai directory, `server.json` for official MCP Registry +- **PyPI ownership verification** — `mcp-name` comment in README for official registry validation +- **GitHub issue templates** — bug report, feature request, platform test report + ## 0.4.0 (2026-04-05) ### Breaking Changes diff --git a/pyproject.toml b/pyproject.toml index a1d524e..bdaac01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mcp-synology" -version = "0.4.0" +version = "0.4.1" description = "MCP server for Synology NAS — manage files on your NAS via Claude" readme = "README.md" license = "Apache-2.0" diff --git a/server.json b/server.json index 4bd52bc..d0c4cf5 100644 --- a/server.json +++ b/server.json @@ -3,7 +3,7 @@ "name": "io.github.cmeans/mcp-synology", "title": "Synology NAS", "description": "MCP server for Synology NAS — browse files, monitor health, and automate operations", - "version": "0.4.0", + "version": "0.4.1", "repository": { "url": "https://github.com/cmeans/mcp-synology", "source": "github" @@ -12,7 +12,7 @@ { "registryType": "pypi", "identifier": "mcp-synology", - "version": "0.4.0", + "version": "0.4.1", "transport": { "type": "stdio" } diff --git a/uv.lock b/uv.lock index accd509..a0d9cc7 100644 --- a/uv.lock +++ b/uv.lock @@ -726,7 +726,7 @@ wheels = [ [[package]] name = "mcp-synology" -version = "0.4.0" +version = "0.4.1" source = { editable = "." } dependencies = [ { name = "click" },