From 715a79a34d6e3025c64ca26d27716efcc7caaff7 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 16 Feb 2026 16:33:34 -0500 Subject: [PATCH] fix: correct marketplace.json format for Claude Code compatibility - Rename marketplace from "unraid-mcp" to "jmagar-unraid-mcp" to match expected directory structure - Wrap description, version, homepage, and repository in metadata object per standard format - Fixes "Marketplace file not found" error when adding marketplace to Claude Code Resolves marketplace installation issues by aligning with format used by other Claude Code marketplaces. --- .claude-plugin/marketplace.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 2c73633..508ca9a 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,14 +1,15 @@ { - "name": "unraid-mcp", - "description": "Comprehensive Unraid server management and monitoring tools via GraphQL API", - "version": "0.2.0", + "name": "jmagar-unraid-mcp", "owner": { "name": "jmagar", - "email": "jmagar@users.noreply.github.com", - "url": "https://github.com/jmagar" + "email": "jmagar@users.noreply.github.com" + }, + "metadata": { + "description": "Comprehensive Unraid server management and monitoring tools via GraphQL API", + "version": "0.2.0", + "homepage": "https://github.com/jmagar/unraid-mcp", + "repository": "https://github.com/jmagar/unraid-mcp" }, - "homepage": "https://github.com/jmagar/unraid-mcp", - "repository": "https://github.com/jmagar/unraid-mcp", "plugins": [ { "name": "unraid",