crush.json

 1{
 2  "$schema": "https://charm.land/crush.json",
 3  "lsp": {
 4    "gopls": {
 5      "command": "gopls",
 6      "filetypes": ["go"]
 7    },
 8    "golangci-lint": {
 9      "command": "golangci-lint-langserver",
10      "filetypes": ["go"]
11    }
12  },
13  "mcp": {
14    "gopls": {
15      "type": "stdio",
16      "command": "gopls",
17      "args": ["mcp"]
18    }
19  }
20}