feat(codex-lsp): lazy-start mcp backend

This commit is contained in:
YeonGyu-Kim
2026-05-29 12:18:24 +09:00
parent 5030a116f3
commit 4bf9095456
14 changed files with 1013 additions and 10 deletions
@@ -2,7 +2,7 @@
"mcpServers": {
"lsp": {
"command": "node",
"args": ["../../../../lsp-tools-mcp/dist/cli.js", "mcp"],
"args": ["./dist/cli.js", "mcp"],
"cwd": "."
}
}