Skip to content
Gemini CLI

Python Package Runtime Test for Gemini CLI

io.github.ligafew/python-package-runtime-test

Hosted Python sandbox for package runtime verification: pip install and usable-import evidence.

client:Gemini CLI transport:streamable-http tools:1

Install Python Package Runtime Test in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "python-package-runtime-test": {
      "httpUrl": "https://apcs-public-mcp-gateway.apcs-mcp.workers.dev/mcp/python-package-runtime-test"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

What Gemini CLI can do once it is connected

Python Package Runtime Test in other clients