export_bom_csv
Export a Bill of Materials (BOM) from a KiCad project to a CSV file using KiCad command-line tools with MCP server integration.
Instructions
Export a Bill of Materials for a KiCad project.
This tool attempts to generate a CSV BOM file for a KiCad project. It requires KiCad to be installed with the appropriate command-line tools.
Args: project_path: Path to the KiCad project file (.kicad_pro) ctx: MCP context for progress reporting
Returns: Dictionary with export results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ctx | Yes | ||
project_path | Yes |