Files
unraid-mcp/.claude-plugin/marketplace.json
Jacob Magar db44ad47ec fix: correct marketplace.json source field format
Change source from absolute GitHub URL to relative path "./"
This follows Claude Code marketplace convention where source paths
are relative to the cloned repository root, not external URLs.

Matches pattern from working examples like claude-homelab marketplace.
2026-02-16 16:42:56 -05:00

24 lines
743 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": "./",
"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"
}
]
}