atlilith/.mcp.json
autocommit e8f61cdac9 chore(infrastructure): 🔧 Update port mappings and MCP runtime configurations in ports.yaml and .mcp.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 21:41:38 -07:00

20 lines
472 B
JSON

{
"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/@atlilith"
}
},
"experts": {
"command": "node",
"args": [
"/var/home/lilith/Code/@projects/@atlilith/@platform/node_modules/@lilith/mcp-experts/dist/index.js"
],
"env": {}
}
}
}