feat: improve OpenCode KiCad setup and backend selection

This commit is contained in:
romybompart
2026-05-24 16:00:39 -04:00
parent d765bfec78
commit 3f8068f5e4
3 changed files with 148 additions and 9 deletions

View File

@@ -1,8 +1,11 @@
# KiCAD MCP Server - Python Dependencies
# Production dependencies only
# KiCAD Python API (IPC - for future migration)
# kicad-python>=0.5.0 # Uncomment when migrating to IPC API
# KiCAD Python API (IPC / real-time UI sync)
kicad-python>=0.5.0
# S-expression parsing used by the MCP runtime
sexpdata>=1.0.2
# Schematic manipulation
kicad-skip>=0.1.0