chore: update MCP server configuration

🤖 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 16:11:38 -08:00
parent 3a27274fff
commit 1bd75a0035

View file

@ -1,30 +1,5 @@
{
"mcpServers": {
"stream-workflow-status": {
"type": "stdio",
"command": "node",
"args": [
"/var/home/lilith/Code/packages/src/@mcp/mcp-stream-workflow-status/dist/server.js"
],
"env": {
"PROJECT_ROOT": "/var/home/lilith/Code/@applications/@lilith/lilith-platform/codebase",
"WORKTREE_ROOT": "/var/home/lilith/Code/@applications/@lilith/lilith-platform/worktrees",
"DATABASE_PATH": "${HOME}/.cache/mcp-services/stream-workflow-status-data/projects/lilith-platform/streams.db",
"API_PORT": "3001",
"API_ENABLED": "true"
}
},
"stream-workflow": {
"type": "stdio",
"command": "node",
"args": [
"/var/home/lilith/Code/packages/src/@mcp/mcp-stream-workflow/dist/server.js"
],
"env": {
"PROJECT_ROOT": "/var/home/lilith/Code/@applications/@lilith/lilith-platform/codebase",
"WORKTREE_ROOT": "/var/home/lilith/Code/@applications/@lilith/lilith-platform/worktrees"
}
},
"gitlab-ci": {
"type": "stdio",
"command": "node",
@ -35,7 +10,7 @@
"PROJECT_ROOT": "/var/home/lilith/Code/@applications/@lilith/lilith-platform/codebase",
"GITLAB_URL": "https://gitlab.com",
"GITLAB_PROJECT_ID": "transquinnftw/lilith-platform",
"DOTENV_PATH": "${PROJECT_ROOT}/.env"
"DOTENV_PATH": "/var/home/lilith/Code/@applications/@lilith/lilith-platform/codebase/.env"
}
},
"domain-checker": {