19 lines
477 B
JSON
19 lines
477 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"kicad": {
|
|
"type": "local",
|
|
"command": ["node", "C:\\path\\to\\KiCAD-MCP-Server\\dist\\index.js"],
|
|
"environment": {
|
|
"NODE_ENV": "production",
|
|
"LOG_LEVEL": "info",
|
|
"KICAD_AUTO_LAUNCH": "false",
|
|
"KICAD_MCP_DEV": "0",
|
|
"PYTHONPATH": "C:\\Program Files\\KiCad\\10.0\\bin\\Lib\\site-packages"
|
|
},
|
|
"enabled": true,
|
|
"timeout": 30000
|
|
}
|
|
}
|
|
}
|