From 8637fe1c5345a0e111015302c6522de73a22c1cc Mon Sep 17 00:00:00 2001 From: autocommit Date: Sat, 18 Apr 2026 22:51:43 -0700 Subject: [PATCH] =?UTF-8?q?chore(config):=20=F0=9F=94=A7=20Update=20depend?= =?UTF-8?q?ency=20and=20build=20settings=20in=20.mcp.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .mcp.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .mcp.json diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 00000000..22b14ba2 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,11 @@ +{ + "mcpServers": { + "objectives": { + "command": "node", + "args": ["/var/home/lilith/Code/@packages/@ts/@mcp/mcp-objectives/dist/index.js"], + "env": { + "PROJECT_ROOT": "/var/home/lilith/Code/@projects/@magic-civilization" + } + } + } +}