chore: update MCP server paths and add task-persistence

Update MCP server paths from packages/src/@mcp to @packages/@mcp
reflecting the reorganized package structure. Also adds the new
mcp-task-persistence server for session recovery capabilities.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Quinn Ftw 2025-12-28 21:55:05 -08:00
parent 8b85b3c0e1
commit f2e2500920

View file

@ -4,7 +4,7 @@
"type": "stdio",
"command": "node",
"args": [
"/var/home/lilith/Code/packages/src/@mcp/mcp-gitlab-ci/dist/index.js"
"/var/home/lilith/Code/@packages/@mcp/mcp-gitlab-ci/dist/index.js"
],
"env": {
"PROJECT_ROOT": "/var/home/lilith/Code/@applications/@lilith/lilith-platform/codebase",
@ -17,21 +17,28 @@
"type": "stdio",
"command": "node",
"args": [
"/var/home/lilith/Code/packages/src/@mcp/mcp-domain-checker/dist/index.js"
"/var/home/lilith/Code/@packages/@mcp/mcp-domain-checker/dist/index.js"
]
},
"domain-checker-price": {
"type": "stdio",
"command": "node",
"args": [
"/var/home/lilith/Code/packages/src/@mcp/mcp-domain-checker-price/dist/index.js"
"/var/home/lilith/Code/@packages/@mcp/mcp-domain-checker-price/dist/index.js"
]
},
"opener": {
"type": "stdio",
"command": "node",
"args": [
"/var/home/lilith/Code/packages/src/@mcp/mcp-opener/dist/index.js"
"/var/home/lilith/Code/@packages/@mcp/mcp-opener/dist/index.js"
]
},
"task-persistence": {
"type": "stdio",
"command": "node",
"args": [
"/var/home/lilith/Code/@packages/@mcp/mcp-task-persistence/dist/index.js"
]
}
}