feat: add export_gencad tool (kicad-cli, GenCAD assembly/test format)

New MCP tool `export_gencad` wrapping `kicad-cli pcb export gencad`:
exposes define-var plus the flip-bottom-pads, unique-pins,
unique-footprints, use-drill-origin and store-origin-coord flags.
Self-contained interface handler reading the saved .kicad_pcb.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Gavin Colonese
2026-06-12 10:55:26 -04:00
parent cdaa1eb635
commit ab7a2101af
3 changed files with 108 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ export const toolCategories: ToolCategory[] = [
"export_ipc2581",
"export_odb",
"export_ipcd356",
"export_gencad",
"export_pdf",
"export_svg",
"export_3d",