chore(config): 🔧 Update .mcp.json manifest dependencies and build flags

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-01-30 13:38:34 -08:00
parent 85335394ec
commit 1cba473f80

View file

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