Files
homeassistant-mcp/config/cline_config.json
2025-02-05 19:32:38 +00:00

18 lines
397 B
JSON

{
"mcpServers": {
"homeassistant-mcp": {
"command": "bun",
"args": [
"run",
"start",
"--enable-cline",
"--config",
"${configDir}/.env"
],
"env": {
"NODE_ENV": "production",
"CLINE_MODE": "true"
}
}
}
}