unraid-mcp/.codex-plugin/plugin.json
Jacob Magar e27ad5e1fc feat: add bin/bump-version.sh with bats tests, rename scripts/ to bin/
- 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
2026-04-05 19:09:48 -04:00

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"
}
}