platform-codebase/.mcp.json
Quinn Ftw 1bd75a0035 chore: update MCP server configuration
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 16:11:38 -08:00

38 lines
1.1 KiB
JSON

{
"mcpServers": {
"gitlab-ci": {
"type": "stdio",
"command": "node",
"args": [
"/var/home/lilith/Code/packages/src/@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/src/@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"
]
},
"opener": {
"type": "stdio",
"command": "node",
"args": [
"/var/home/lilith/Code/packages/src/@mcp/mcp-opener/dist/index.js"
]
}
}
}