MAJR Dispatch for Gemini CLI
io.github.majrdotapp/dispatch
Turn a raw dev log (commit subjects, PR titles) into customer-facing release notes Markdown.
client:Gemini CLI
transport:streamable-http
Install MAJR Dispatch in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"dispatch": {
"httpUrl": "https://dispatch.majr.app/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs