20 lines
472 B
JSON
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": {}
|
|
}
|
|
}
|
|
}
|