From 999c748d3da9684580586d8b2c929918e30ee862 Mon Sep 17 00:00:00 2001 From: omigamedev Date: Tue, 3 Feb 2026 09:40:14 +0100 Subject: [PATCH] Update .mcp.json to use standalone executable --- .mcp.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.mcp.json b/.mcp.json index cf9b60b..174c8bd 100644 --- a/.mcp.json +++ b/.mcp.json @@ -1,8 +1,7 @@ { "mcpServers": { "memory": { - "command": "node", - "args": ["./dist/mcp/index.js"] + "command": "./build/cortex-mcp.exe" } } }