From 1bd75a0035a8e806ecabc6ba054dd2415797aac9 Mon Sep 17 00:00:00 2001 From: Quinn Ftw Date: Sun, 28 Dec 2025 16:11:38 -0800 Subject: [PATCH] chore: update MCP server configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .mcp.json | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/.mcp.json b/.mcp.json index 1ec3bb75d..d992d9b2b 100644 --- a/.mcp.json +++ b/.mcp.json @@ -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": {