01Non-blocking and blocking wait modes for diverse conditions (ports, files, URLs, PIDs, Docker, GitHub Actions, custom commands).
02Integrates as an MCP server for AI CLI assistants, improving agent workflow and reducing API round-trips.
03Eliminates inefficient polling loops (`sleep`, `curl --retry`) by actively watching for events.
04Provides structured JSON output and clear exit codes for programmatic consumption.
05Supports cancellation of non-blocking watches and exposes watch status as MCP resources.
061 GitHub stars