feat: add export_sch_ps tool (kicad-cli, schematic PostScript)

New MCP tool `export_sch_ps` wrapping `kicad-cli sch export ps`: outputs
one PS per page into a directory. Exposes drawing-sheet override, theme,
B&W, exclude-drawing-sheet, default-font, no-background-color, 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 11:00:31 -04:00
parent c893509993
commit 91477e8d02
3 changed files with 122 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ export const toolCategories: ToolCategory[] = [
"export_sch_svg",
"export_sch_dxf",
"export_sch_hpgl",
"export_sch_ps",
"export_pdf",
"export_svg",
"export_3d",