unraid-mcp/hooks/hooks.json
2026-04-15 19:13:31 -04:00

14 lines
211 B
JSON

{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/bin/sync-uv.sh"
}
]
}
]
}
}