feat: dev mode — auto-copy MCP session log to project dir on export_gerber (KICAD_MCP_DEV=1)

This commit is contained in:
Tom
2026-03-07 12:45:52 +01:00
parent 8e4e3176c2
commit 91fe6a379c
2 changed files with 59 additions and 1 deletions

View File

@@ -7,7 +7,8 @@
"NODE_ENV": "production",
"PYTHONPATH": "C:\\Program Files\\KiCad\\9.0\\bin\\Lib\\site-packages",
"LOG_LEVEL": "info",
"KICAD_AUTO_LAUNCH": "false"
"KICAD_AUTO_LAUNCH": "false",
"KICAD_MCP_DEV": "0"
},
"description": "KiCAD PCB Design Assistant - Note: PYTHONPATH auto-detected if venv exists"
}