crush.json

 1{
 2	"$schema": "https://charm.land/crush.json",
 3	"lsp": {
 4		"gleam": {
 5			"command": "gleam",
 6			"args": ["lsp"]
 7		}
 8	},
 9	"mcp": {
10		"hexdocs": {
11			"type": "stdio",
12			"command": "hexdocs-mcp",
13			"env": {
14				"HEXDOCS_MCP_DEFAULT_EMBEDDING_MODEL": "manutic/nomic-embed-code",
15				"HEXDOCS_MCP_PATH": "$HOME/.config/hexdocs-mcp"
16			}
17		}
18	}
19}