change order for Gemini CLI
io.github.theluckystrike/change-order
Change orders against a quote or work order: deltas, approval, running contract value.
client:Gemini CLI
transport:streamable-http
runtime:mcpb
tools:11
Install change order in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"change-order": {
"httpUrl": "https://mcp.zovo.one/mcp/change-order"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs