diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index ae94092..90c960a 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.5", + "version": "0.4.6", "author": { "name": "jmagar", "email": "jmagar@users.noreply.github.com" diff --git a/pyproject.toml b/pyproject.toml index 8e71745..4a295e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "hatchling.build" # ============================================================================ [project] name = "unraid-mcp" -version = "0.4.5" +version = "0.4.6" description = "MCP Server for Unraid API - provides tools to interact with an Unraid server's GraphQL API" readme = "README.md" license = {file = "LICENSE"}