Update .mcp.json to use standalone executable

This commit is contained in:
2026-02-03 09:40:14 +01:00
parent d484f61b29
commit 999c748d3d

View File

@@ -1,8 +1,7 @@
{ {
"mcpServers": { "mcpServers": {
"memory": { "memory": {
"command": "node", "command": "./build/cortex-mcp.exe"
"args": ["./dist/mcp/index.js"]
} }
} }
} }