16 lines
310 B
JSON
16 lines
310 B
JSON
{
|
|
"mcpServers": {
|
|
"homeassistant-mcp": {
|
|
"command": "bun",
|
|
"args": [
|
|
"run",
|
|
"start",
|
|
"--port",
|
|
"8080"
|
|
],
|
|
"env": {
|
|
"NODE_ENV": "production"
|
|
}
|
|
}
|
|
}
|
|
} |