feat: add export_pos tool (kicad-cli, full placement-file option set)

New MCP tool `export_pos` wrapping `kicad-cli pcb export pos`: exposes
side, format, units, bottom-negate-X, drill-file origin, SMD-only,
exclude-through-hole, exclude-DNP and gerber-board-edge. Rich CLI sibling
of the existing SWIG-limited export_position_file (left untouched).
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:50 -04:00
parent ab7a2101af
commit f6d38f1942
3 changed files with 135 additions and 0 deletions

View File

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