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" } } }