MCP Server Disconnected
Hi,
I am trying to use MCP servers with gemini cli but when I run /mcp in the CLI, it shows the MCP servers as DISCONNECTED. This is my settings.json file:
{
"security": {
"auth": {
"selectedType": "oauth-personal"
}
},
"mcpServers": {
"Homebrew": {
"command": "brew mcp-server"
},
"brew": {
"command": "brew-mcp-server"
}
}
}
What am I missing or am I configuring this wrong?