run_drc_check
Execute a Design Rule Check (DRC) on a KiCad PCB project to identify errors and ensure compliance with design specifications. Input the project file path and use the MCP context for real-time progress reporting and results.
Instructions
Run a Design Rule Check on a KiCad PCB file.
Args: project_path: Path to the KiCad project file (.kicad_pro) ctx: MCP context for progress reporting
Returns: Dictionary with DRC results and statistics
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ctx | Yes | ||
project_path | Yes |