Wraps TypeScript Compiler, esbuild, Vite, and Webpack to return build diagnostics as structured JSON instead of terminal text. You get typed error objects with file paths, line numbers, severity levels, and messages without parsing ANSI codes or hunting through logs. Useful when you need an agent to programmatically handle compilation errors, trigger fixes based on specific diagnostic codes, or track build health across CI runs. Part of the larger Pare toolkit that standardizes CLI output across 28 developer tools. Saves roughly 68% of tokens on cargo builds and 80% on test runners by stripping progress bars and decorative formatting while preserving all diagnostic data.
claude mcp add --transport stdio io.github.dave-london-pare-build uvx pare-build