diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 90c960a..b334699 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "unraid", "description": "Query and monitor Unraid servers via GraphQL API - array status, disk health, containers, VMs, system monitoring", - "version": "0.4.6", + "version": "0.4.7", "author": { "name": "jmagar", "email": "jmagar@users.noreply.github.com" diff --git a/pyproject.toml b/pyproject.toml index 4a295e6..7342a75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "hatchling.build" # ============================================================================ [project] name = "unraid-mcp" -version = "0.4.6" +version = "0.4.7" description = "MCP Server for Unraid API - provides tools to interact with an Unraid server's GraphQL API" readme = "README.md" license = {file = "LICENSE"}