fix(omo-codex): reuse shared lsp mcp

This commit is contained in:
YeonGyu-Kim
2026-05-28 15:30:24 +09:00
parent 4f75a56ce5
commit 615ed40ba3
79 changed files with 378 additions and 5510 deletions
@@ -2,7 +2,7 @@
"mcpServers": {
"lsp": {
"command": "node",
"args": ["./packages/lsp-tools-mcp/dist/cli.js", "mcp"],
"args": ["../../../../lsp-tools-mcp/dist/cli.js", "mcp"],
"cwd": "."
}
}