mirror of
https://github.com/jmagar/unraid-mcp.git
synced 2026-03-01 16:04:24 -08:00
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.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"plugins": [
|
||||
{
|
||||
"name": "unraid",
|
||||
"source": "https://github.com/jmagar/unraid-mcp",
|
||||
"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"],
|
||||
|
||||
Reference in New Issue
Block a user