feat: add export_sch_dxf tool (kicad-cli, schematic DXF)

New MCP tool `export_sch_dxf` wrapping `kicad-cli sch export dxf`: outputs
one DXF per page into a directory. Exposes drawing-sheet override, theme,
B&W, exclude-drawing-sheet, default-font, and page selection.
schematicPath required; directory output uses outputDir.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Gavin Colonese
2026-06-12 10:59:40 -04:00
parent 95f803900d
commit cff3addc95
3 changed files with 117 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ export const toolCategories: ToolCategory[] = [
"export_sch_bom",
"export_sch_pdf",
"export_sch_svg",
"export_sch_dxf",
"export_pdf",
"export_svg",
"export_3d",