magicciv/.mcp.json
Natalie a92e65af34 feat(projects): add expert mode configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 18:55:17 -07:00

12 lines
213 B
JSON

{
"mcpServers": {
"objectives": {
"command": "/opt/homebrew/bin/mcp-objectives",
"args": []
},
"experts": {
"command": "/opt/homebrew/bin/mcp-experts",
"args": []
}
}
}