Wraps Go's standard toolchain commands into typed JSON diagnostics instead of plain text output. Exposes operations like go build, go test, go vet, go fmt, and go mod through structured responses that return error locations, line numbers, and messages as parseable objects. Useful when you want an AI agent to interpret compile errors, test failures, or linting issues without regex parsing the terminal output. Part of the larger Pare toolkit that applies the same approach across multiple language ecosystems. The structured format reduces token usage compared to raw CLI output while making it trivial to route errors to the right files or trigger follow-up fixes programmatically.
claude mcp add --transport stdio io.github.dave-london-pare-go uvx pare-go