From 2f9decdac9689ec01da9723b4e1d95aef47a542f Mon Sep 17 00:00:00 2001 From: Jacob Magar Date: Tue, 24 Mar 2026 23:33:48 -0400 Subject: [PATCH] chore: sync plugin description and marketplace version to 1.1.3 --- .claude-plugin/marketplace.json | 4 ++-- .claude-plugin/plugin.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index ec9c534..534760c 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ }, "metadata": { "description": "Comprehensive Unraid server management and monitoring via a single consolidated MCP tool (~108 actions across 15 domains)", - "version": "1.1.2", + "version": "1.1.3", "homepage": "https://github.com/jmagar/unraid-mcp", "repository": "https://github.com/jmagar/unraid-mcp" }, @@ -15,7 +15,7 @@ "name": "unraid", "source": "./", "description": "Query, monitor, and manage Unraid servers via GraphQL API — single `unraid` tool with action+subaction routing for array, disk, docker, VM, notifications, live metrics, and more", - "version": "1.1.2", + "version": "1.1.3", "tags": ["unraid", "monitoring", "homelab", "graphql", "docker", "virtualization"], "category": "infrastructure" } diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 5885bd7..17e52a3 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "unraid", - "description": "Query, monitor, and manage Unraid servers via GraphQL API - array status, disk health, containers, VMs, system monitoring", + "description": "Query, monitor, and manage Unraid servers via GraphQL API — single `unraid` tool with action+subaction routing for array, disk, docker, VM, notifications, live metrics, and more", "version": "1.1.3", "author": { "name": "jmagar",