27 lines
867 B
JSON
27 lines
867 B
JSON
{
|
|
"mcp_servers": {
|
|
"component_database": {
|
|
"command": ["python3", "-m", "mcp_servers.component_db"],
|
|
"description": "Component database indexed from local KiCad schematics and inline symbol libraries",
|
|
"enabled": true
|
|
},
|
|
"nexar_api": {
|
|
"command": ["python3", "-m", "mcp_servers.nexar"],
|
|
"description": "Nexar API - Multi-distributor pricing in one call (FREE tier: 1K calls/month)",
|
|
"enabled": true,
|
|
"requires_api_key": true
|
|
},
|
|
"kicad_tools": {
|
|
"command": ["python3", "-m", "mcp_servers.kicad_tools"],
|
|
"description": "KiCad design analysis and BOM tools backed by local KiCad files",
|
|
"enabled": true
|
|
}
|
|
},
|
|
"ai_enhancement": {
|
|
"enable_component_suggestions": true,
|
|
"enable_pricing_lookup": true,
|
|
"enable_automated_modifications": false,
|
|
"safety_mode": true
|
|
}
|
|
}
|