mirror of
https://github.com/jmagar/unraid-mcp.git
synced 2026-03-01 16:04:24 -08:00
- 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.
24 lines
754 B
JSON
24 lines
754 B
JSON
{
|
|
"name": "jmagar-unraid-mcp",
|
|
"owner": {
|
|
"name": "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"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "unraid",
|
|
"source": "skills/unraid",
|
|
"description": "Query and monitor Unraid servers via GraphQL API - array status, disk health, containers, VMs, system monitoring",
|
|
"version": "0.2.0",
|
|
"tags": ["unraid", "monitoring", "homelab", "graphql", "docker", "virtualization"],
|
|
"category": "infrastructure"
|
|
}
|
|
]
|
|
}
|