36 lines
609 B
JSON
36 lines
609 B
JSON
{
|
|
"mcpServers": {
|
|
"nix": {
|
|
"command": "nix",
|
|
"args": [
|
|
"run",
|
|
"github:utensils/mcp-nixos",
|
|
"--"
|
|
]
|
|
},
|
|
"ha": {
|
|
"url": "${HASS_SERVER}/mcp_server/sse",
|
|
"headers": {
|
|
"Authorization": "Bearer ${HASS_TOKEN}"
|
|
},
|
|
"timeout": 5000
|
|
}
|
|
},
|
|
"security": {
|
|
"auth": {
|
|
"selectedType": "oauth-personal"
|
|
}
|
|
},
|
|
"general": {
|
|
"sessionRetention": {
|
|
"warningAcknowledged": true,
|
|
"enabled": true,
|
|
"maxAge": "30d"
|
|
},
|
|
"preferredEditor": "vim"
|
|
},
|
|
"model": {
|
|
"name": "auto-gemini-3"
|
|
}
|
|
}
|