diff --git a/.gitignore b/.gitignore index cd6c9db..0493509 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ __pycache__/ # Reference material (not part of this project's source) reference/ + +# Claude Code local settings +.claude/ diff --git a/uv.lock b/uv.lock index 80f76da..ba81567 100644 --- a/uv.lock +++ b/uv.lock @@ -362,7 +362,7 @@ wheels = [ [[package]] name = "mcp-synology-container" -version = "0.2.2" +version = "0.2.7" source = { editable = "." } dependencies = [ { name = "click" },