Releases: daedalus/mcp-kicad
Releases · daedalus/mcp-kicad
v0.1.1 - Full PCB Editing Support
MCP server now supports full PCB creation and editing:
- Board settings and layer management
- Net and netclass creation
- Footprint placement, move, rotate, flip
- Track and via creation
- Zone creation and refill
- Text, circles, rectangles, arcs, lines
- Selection management
v0.1.0
feat: initial release v0.1.0 - MCP server exposing KiCad PCB Editor functionality via IPC API - Implements 16 tools for board, footprint, net, zone, track, via, pad, text operations - Uses fastmcp and kicad-python libraries - Includes CI/CD workflows, pre-commit hooks, tests