longwatch for Gemini CLI
dev.coinop/longwatch
You are ephemeral; this remembers. Persist watch_id+key; poll later for what you missed.
client:Gemini CLI
transport:streamable-http
tools:18
Install longwatch in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"longwatch": {
"httpUrl": "https://longwatch.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs