Personal fork of the mighty, self-hostable Git server for the command line 🍦
1{ 2 "$schema": "https://charm.land/crush.json", 3 "lsp": { 4 "gopls": { 5 "command": "gopls" 6 } 7 }, 8 "mcp": { 9 "gopls": { 10 "type": "stdio", 11 "command": "gopls", 12 "args": ["mcp"] 13 } 14 } 15}