Move mcp server settings to antigravity-cli
This commit is contained in:
29
legacy/.gemini/config/mcp_config.json
Normal file
29
legacy/.gemini/config/mcp_config.json
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"mcpServers": {
|
||||||
|
"nix": {
|
||||||
|
"command": "nix",
|
||||||
|
"args": [
|
||||||
|
"run",
|
||||||
|
"github:utensils/mcp-nixos",
|
||||||
|
"--"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"ha": {
|
||||||
|
"command": "nix",
|
||||||
|
"args": [
|
||||||
|
"shell",
|
||||||
|
"nixpkgs#uv",
|
||||||
|
"nixpkgs#python3",
|
||||||
|
"--command",
|
||||||
|
"uv",
|
||||||
|
"tool",
|
||||||
|
"run",
|
||||||
|
"ha-mcp"
|
||||||
|
],
|
||||||
|
"env": {
|
||||||
|
"UV_PYTHON_DOWNLOADS": "never",
|
||||||
|
"UV_PYTHON_PREFERENCE": "system"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,35 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user