feat: add OpenCode Windows setup script
This commit is contained in:
18
config/opencode.json
Normal file
18
config/opencode.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"$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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user