platform-codebase/.mcp.json
Quinn Ftw f2e2500920 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>
2025-12-28 21:55:05 -08:00

45 lines
1.2 KiB
JSON

{
"mcpServers": {
"gitlab-ci": {
"type": "stdio",
"command": "node",
"args": [
"/var/home/lilith/Code/@packages/@mcp/mcp-gitlab-ci/dist/index.js"
],
"env": {
"PROJECT_ROOT": "/var/home/lilith/Code/@applications/@lilith/lilith-platform/codebase",
"GITLAB_URL": "https://gitlab.com",
"GITLAB_PROJECT_ID": "transquinnftw/lilith-platform",
"DOTENV_PATH": "/var/home/lilith/Code/@applications/@lilith/lilith-platform/codebase/.env"
}
},
"domain-checker": {
"type": "stdio",
"command": "node",
"args": [
"/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/@mcp/mcp-domain-checker-price/dist/index.js"
]
},
"opener": {
"type": "stdio",
"command": "node",
"args": [
"/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"
]
}
}
}