89247fffe0
- Added comprehensive documentation (BUILD_AND_TEST, CLIENT_CONFIG, KNOWN_ISSUES, ROADMAP, etc.) - Updated core functionality for board outline, size, and utilities - Added new tools for project, routing, schematic, and UI management - Included TypeScript SDK with full MCP implementation - Updated configuration examples for all platforms - Added changelog and status tracking - Improved Python utilities with KiCAD process management - Enhanced resource helpers and server capabilities 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
16 lines
484 B
JSON
16 lines
484 B
JSON
{
|
|
"mcpServers": {
|
|
"kicad": {
|
|
"command": "node",
|
|
"args": ["/home/YOUR_USERNAME/MCP/KiCAD-MCP-Server/dist/index.js"],
|
|
"env": {
|
|
"NODE_ENV": "production",
|
|
"PYTHONPATH": "/usr/share/kicad/scripting/plugins:/usr/lib/kicad/lib/python3/dist-packages",
|
|
"LOG_LEVEL": "info",
|
|
"KICAD_AUTO_LAUNCH": "false"
|
|
},
|
|
"description": "KiCAD PCB Design Assistant - Note: PYTHONPATH auto-detected if venv exists"
|
|
}
|
|
}
|
|
}
|