From be92f80d9131fd4a05a2cafdf8a47e2766ccfe1e Mon Sep 17 00:00:00 2001 From: Lilith Date: Tue, 3 Mar 2026 18:24:24 -0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=F0=9F=94=A7=20Update=20build/?= =?UTF-8?q?deployment=20config=20and=20scripts=20for=20.mcp.json=20and=20o?= =?UTF-8?q?perations=20adjustments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .mcp.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.mcp.json b/.mcp.json index a95799c..a8882ab 100644 --- a/.mcp.json +++ b/.mcp.json @@ -27,16 +27,6 @@ "args": [ "/var/home/lilith/Code/@packages/@ts/@mcp/mcp-domain-checker-price/dist/index.js" ] - }, - "conversation-viewer": { - "type": "stdio", - "command": "node", - "args": [ - "/var/home/lilith/Code/@packages/@ts/@mcp/mcp-conversation-viewer/dist/index.js" - ], - "env": { - "CONVERSATION_DB_URL": "postgresql://postgres:devpassword@localhost:25433/conversation_assistant" - } } } }