Skip to content
VS Code

Python Package Runtime Test for VS Code

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

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

client:VS Code transport:streamable-http tools:1

Install Python Package Runtime Test in VS Code

.vscode/mcp.json

{
  "servers": {
    "python-package-runtime-test": {
      "type": "http",
      "url": "https://apcs-public-mcp-gateway.apcs-mcp.workers.dev/mcp/python-package-runtime-test"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

Python Package Runtime Test in other clients