Merge pull request #4129 from code-yeongyu/feature/stage-c-lsp-mcp

Extract LSP tools into Tier-1 MCP server via lsp-tools-mcp submodule
This commit is contained in:
YeonGyu-Kim
2026-05-18 13:39:17 +09:00
committed by GitHub
64 changed files with 290 additions and 3668 deletions
@@ -157,7 +157,6 @@ describe("team-mode tool registry wiring", () => {
},
availableCategories: [],
toolFactories: {
builtinTools: { bash: fakeTool, read: fakeTool },
createBackgroundTools: mock(() => ({})),
createCallOmoAgent: mock(() => fakeTool),
createLookAt: mock(() => fakeTool),