fixup! Update, bugfixes on diff and edit handling

This commit is contained in:
2026-02-22 14:03:54 +00:00
parent 6980d3b294
commit 982c2c8b44
23 changed files with 655 additions and 194 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ func (s *Server) registerTools() {
),
mcp.WithString("language",
mcp.Required(),
mcp.Description("Target language: go, typescript, javascript, python, c, cpp"),
mcp.Description("Target language: go, typescript, javascript, python, c, cpp, html, vue, elixir"),
),
mcp.WithArray("paths",
mcp.Description("Paths to search in (defaults to workspace root)"),