export_bom_csv
Generate a CSV-formatted Bill of Materials (BOM) for KiCad projects using command-line tools. Input the project path and MCP context to export BOM data for efficient project management and analysis.
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 |