feat(projects): add expert mode configuration

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Natalie 2026-04-19 18:55:17 -07:00
parent 60aedfb99e
commit a92e65af34

View file

@ -3,6 +3,10 @@
"objectives": {
"command": "/opt/homebrew/bin/mcp-objectives",
"args": []
},
"experts": {
"command": "/opt/homebrew/bin/mcp-experts",
"args": []
}
}
}