mcp-build-toolchain
0
The MCP Build Toolchain is an advanced build tool designed to analyze and filter compilation errors efficiently. It works to minimize token usage, allowing LLM models to process errors and warnings effectively. The tool integrates with configuration files to offer targeted filtering and generate actionable steps for error remediation.
MCP Build Toolchain
Advanced build toolchain with capabilities for compilation error analysis and filtering.
- Objective: Minimize token use to allow LLM models to process compilation warnings and errors.
- Features:
- Processes raw compilation logs
- Integrates with
.clinerules
for targeted filtering - Prioritizes critical errors
- Generates remediation steps
Key Components
MCP Tool: get-compilation-errors
- Analyzes build output, extracts errors/warnings, filters using .clinerules, provides structured results.
.clinerules Configuration
- Control error handling with specific commands and procedures for compiling, error checking, and handling multiple fix attempts.
Error Documentation
- Maintain
docs/avoidable_errors.md
for common issues such as unused imports and spacing errors.