Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by hegner123 • Uncategorized
An MCP server that normalizes compiler and linter output into structured JSON.
Parse and normalize compiler and linter error outputs into structured JSON.
Integrate error parsing into MCP workflows or CI pipelines.
Support multiple programming languages and tools with a single error parser.
errs is a compact error and lint parser tool that converts verbose compiler and linter outputs into a structured JSON format. It supports multiple formats including Go, GCC/Clang, Rust, TypeScript, ESLint, dotnet/C#, Python, and Kotlin. The tool can be used as a CLI or as an MCP stdio server, making it versatile for integration in various development workflows. It helps developers by stripping unnecessary formatting and providing a clean, machine-readable error summary.