crush.json

 1{
 2	"$schema": "https://charm.land/crush.json",
 3	"lsp": {
 4		"rust-analyzer": {
 5			"command": "rust-analyzer",
 6			"args": []
 7		}
 8	},
 9	"mcp": {
10		"lsp2mcp": {
11			"type": "stdio",
12			"command": "cargo",
13			"args": [
14				"run",
15				"--",
16				"--config",
17				"sample_config.json"
18			]
19		}
20	}
21}