Bridge to translate arbitrary LSP server capabilities into MCP read/view/edit tools
1{ 2 "$schema": "https://charm.land/crush.json", 3 "lsp": { 4 "rust-analyzer": { 5 "command": "rust-analyzer", 6 "args": [] 7 } 8 } 9}