run_drc_check
Perform a Design Rule Check on KiCad PCB files to identify and resolve design errors. Analyze project_path for compliance with predefined rules and generate detailed results and statistics.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| project_path | Yes |