Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -12,7 +12,7 @@
{
"registryType": "pypi",
"identifier": "mcp-synology",
"version": "0.4.0",
"version": "0.4.1",
"transport": {
"type": "stdio"
}
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading