From 1cba473f8090660ffe752fc73caa2d9a7995a67a Mon Sep 17 00:00:00 2001 From: Lilith Date: Fri, 30 Jan 2026 13:38:34 -0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=F0=9F=94=A7=20Update=20.mcp.j?= =?UTF-8?q?son=20manifest=20dependencies=20and=20build=20flags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .mcp.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mcp.json b/.mcp.json index 1fa8cf04e..526f81ef6 100644 --- a/.mcp.json +++ b/.mcp.json @@ -4,14 +4,14 @@ "type": "stdio", "command": "node", "args": [ - "/var/home/lilith/Code/@packages/@ts/mcp-opener/dist/index.mjs" + "/var/home/lilith/Code/@packages/@ts/@mcp/mcp-opener/dist/index.mjs" ] }, "task-persistence": { "type": "stdio", "command": "node", "args": [ - "/var/home/lilith/Code/@packages/@ts/mcp-task-persistence/dist/index.mjs" + "/var/home/lilith/Code/@packages/@ts/@mcp/mcp-task-persistence/dist/index.mjs" ] } }