Skip to content
VS Code

universal test framework for VS Code

io.github.phoenice-labs/universal-test-framework

Polyglot MCP test generation with 8-section contract enforcement across Python, TS, Java, Go, C++.

client:VS Code transport:stdio runtime:pypi

Install universal test framework in VS Code

.vscode/mcp.json

{
  "servers": {
    "universal-test-framework": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "universal-test-framework"
      ]
    }
  }
}

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

universal test framework in other clients