Wraps build tools like TypeScript compiler and generic command-line utilities, returning errors, warnings, and diagnostics as structured JSON instead of raw terminal output. The idea is to give agents clean, parseable build feedback without dealing with ANSI codes or format variations. You'd use this when you want Claude to run tsc, interpret compiler errors programmatically, or trigger builds and get back typed diagnostic objects it can act on directly. Part of the larger Pare toolkit that provides similar structured wrappers for git, npm, docker, and other CLI tools where token reduction and reliable parsing matter.
claude mcp add --transport stdio io.github.dave-london-build uvx build