Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From unraid-mcp
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
npx claudepluginhub jmagar/claude-homelab --plugin unraid-mcpWhere this hook configuration is defined
Defined inline in plugin.json manifest
Event handlers and matchers — expand Raw Configuration for the full JSON
diff -q "${CLAUDE_PLUGIN_ROOT}/uv.lock" "${CLAUDE_PLUGIN_DATA}/uv.lock" >/dev/null 2>&1 || (cp "${CLAUDE_PLUGIN_ROOT}/uv.lock" "${CLAUDE_PLUGIN_DATA}/uv.lock" && UV_PROJECT_ENVIRONMENT="${CLAUDE_PLUGIN_DATA}/.venv" uv sync --project "${CLAUDE_PLUGIN_ROOT}") || rm -f "${CLAUDE_PLUGIN_DATA}/uv.lock"Share bugs, ideas, or general feedback.