webaz for Gemini CLI
io.github.seasonsagents-art/webaz
[PRE-LAUNCH] Agent-native MCP commerce protocol. Repo private until W8. See webaz.xyz.
client:Gemini CLI
transport:stdio
runtime:npm
Install webaz in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"webaz": {
"command": "npx",
"args": [
"-y",
"@seasonkoh/webaz"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs