mirror of
https://github.com/jmagar/unraid-mcp
synced 2026-04-21 13:37:53 +00:00
- bin/bump-version.sh: one-command version bump across all four files; supports explicit version or major/minor/patch keywords; uses CLAUDE_PLUGIN_ROOT when set (hook context), dirname fallback otherwise - tests/test_bump_version.bats: 9 bats tests covering all bump modes, all-files-in-sync, output format, and dirname fallback - scripts/ renamed to bin/ - Bump 1.3.5 → 1.3.6
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "unraid-mcp",
|
|
"version": "1.3.6",
|
|
"description": "Unraid server management via MCP.",
|
|
"homepage": "https://github.com/jmagar/unraid-mcp",
|
|
"repository": "https://github.com/jmagar/unraid-mcp",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"unraid",
|
|
"homelab",
|
|
"graphql",
|
|
"docker",
|
|
"nas",
|
|
"monitoring"
|
|
],
|
|
"skills": "./skills/",
|
|
"mcpServers": "./.mcp.json",
|
|
"apps": "./.app.json",
|
|
"interface": {
|
|
"displayName": "Unraid MCP",
|
|
"shortDescription": "Monitor and manage Unraid servers",
|
|
"longDescription": "Monitor array health, Docker containers, VMs, notifications, and system metrics on Unraid through MCP tools and bundled skills.",
|
|
"developerName": "Jacob Magar",
|
|
"category": "Infrastructure",
|
|
"capabilities": [
|
|
"Read",
|
|
"Write"
|
|
],
|
|
"websiteURL": "https://github.com/jmagar/unraid-mcp",
|
|
"defaultPrompt": [
|
|
"Check my Unraid array status.",
|
|
"List Docker containers on Unraid.",
|
|
"Inspect Unraid notifications and system health."
|
|
],
|
|
"brandColor": "#F59E0B",
|
|
"composerIcon": "./assets/icon.png",
|
|
"logo": "./assets/logo.svg"
|
|
},
|
|
"author": {
|
|
"name": "Jacob Magar",
|
|
"email": "jmagar@users.noreply.github.com",
|
|
"url": "https://github.com/jmagar"
|
|
}
|
|
}
|