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.
This commit is contained in:
Claude
2026-02-16 16:33:34 -05:00
committed by Jacob Magar
parent fb104b11f2
commit 715a79a34d

View File

@@ -1,14 +1,15 @@
{ {
"name": "unraid-mcp", "name": "jmagar-unraid-mcp",
"description": "Comprehensive Unraid server management and monitoring tools via GraphQL API",
"version": "0.2.0",
"owner": { "owner": {
"name": "jmagar", "name": "jmagar",
"email": "jmagar@users.noreply.github.com", "email": "jmagar@users.noreply.github.com"
"url": "https://github.com/jmagar"
}, },
"metadata": {
"description": "Comprehensive Unraid server management and monitoring tools via GraphQL API",
"version": "0.2.0",
"homepage": "https://github.com/jmagar/unraid-mcp", "homepage": "https://github.com/jmagar/unraid-mcp",
"repository": "https://github.com/jmagar/unraid-mcp", "repository": "https://github.com/jmagar/unraid-mcp"
},
"plugins": [ "plugins": [
{ {
"name": "unraid", "name": "unraid",