asset auto picker for Gemini CLI
io.github.tranthientrong/asset-auto-picker
An MCP server that provides [describe what your server does]
client:Gemini CLI
transport:stdio
runtime:pypi
Install asset auto picker in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"asset-auto-picker": {
"command": "uvx",
"args": [
"asset-auto-picker"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs