Odel
Universal Test Framework

Universal Test Framework

Local
@phoenice-labsPythonUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIuniversal-test-frameworkv1.0.2

Run

uvx universal-test-framework

MCP client config

{
  "mcpServers": {
    "universal-test-framework": {
      "command": "uvx",
      "args": [
        "universal-test-framework"
      ]
    }
  }
}