crush.json

 1{
 2  "lsp": {
 3    "Go": {
 4      "command": "gopls"
 5    }
 6  },
 7  "mcp": {
 8    "linear": {
 9      "type": "stdio",
10      "command": "mcp-remote",
11      "args": [
12        "https://mcp.linear.app/sse"
13      ]
14    }
15  }
16}