chore(mcp): move lsp submodule under packages

This commit is contained in:
YeonGyu-Kim
2026-05-18 16:00:40 +09:00
parent bcbab0555d
commit 7187db6ede
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { existsSync } from "node:fs"
import { resolve } from "node:path"
import { fileURLToPath } from "node:url"
const SUBMODULE_REL = "vendor/lsp-tools-mcp"
const SUBMODULE_REL = "packages/lsp-tools-mcp"
const CLI_REL = "dist/cli.js"
const PROJECT_LSP_CONFIG = ".opencode/lsp.json"