os-build-harness

rjspence3/os-build-harness
★ 0 stars JavaScript Code/Dev Tools Updated 8d ago
End-to-end OutSystems app build/clone harness driven by the Mentor MCP server — recipe runner, proven build-loop doctrine, and a worked reference clone.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "os-build-harness": {
      "command": "npx",
      "args": [
        "-y",
        "rjspence3/os-build-harness"
      ]
    }
  }
}

README Excerpt

A build harness for **cloning and regenerating OutSystems apps end to end** via the OutSystems **Mentor MCP** server. It drives a recipe runner against a fresh ODC app, then **verifies the result against a known-good source of truth** — structural conformance first, visual/pixel parity second. The harness encodes a *proven method*, not just code: a hard-won set of recipes, an MCP