Skip to content

universal test framework for Cline

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

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

client:Cline transport:stdio runtime:pypi

Install universal test framework in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

universal test framework in other clients