#!/usr/bin/env node /** * `npx ue-mcp uninstall-hooks` — manual escape hatch. * * Walks up from cwd (or a path passed as argv[2]) to find the project * root via `ue-mcp.yml`, reads `installedHooks` for that project from * `~/.ue-mcp/state.json`, removes the ue-mcp PostToolUse matcher from * each settings file, and clears the registry entry. */ export {};