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