crush.json

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