#!/usr/bin/env node /** * Claude Code hook handler — shipped with ue-mcp so it stays in sync. * * Usage (from .claude/settings.json): * "command": "npx ue-mcp hook post-tool-use" * * Reads the hook payload from stdin, emits JSON to stdout when the * agent needs a nudge (e.g. after execute_python workarounds). */ export {};