chore(config): 🔧 Update dependency and build settings in .mcp.json

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-04-18 22:51:43 -07:00
parent 68c1f22b8a
commit 8637fe1c53

11
.mcp.json Normal file
View file

@ -0,0 +1,11 @@
{
"mcpServers": {
"objectives": {
"command": "node",
"args": ["/var/home/lilith/Code/@packages/@ts/@mcp/mcp-objectives/dist/index.js"],
"env": {
"PROJECT_ROOT": "/var/home/lilith/Code/@projects/@magic-civilization"
}
}
}
}