{
	"$schema": "https://charm.land/crush.json",
	"lsp": {
		"gleam": {
			"command": "gleam",
			"args": ["lsp"]
		}
	},
	"mcp": {
		"hexdocs": {
			"type": "stdio",
			"command": "hexdocs-mcp",
			"env": {
				"HEXDOCS_MCP_DEFAULT_EMBEDDING_MODEL": "manutic/nomic-embed-code",
				"HEXDOCS_MCP_PATH": "$HOME/.config/hexdocs-mcp"
			}
		}
	}
}
