MCP tool
probierz_ci
Change-driven pass: select affected targets, run and analyze them, then dispatch a bounded Brama repair worker for each failure unless noRepair=true. Selection and blockers stay deterministic; only the explicit repair step asks a model what to change.
Input schema#
{
"type": "object",
"properties": {
"files": {
"type": "array",
"items": {
"type": "string"
},
"description": "Changed file paths (repo-relative). If given, git is not consulted."
},
"ref": {
"type": "string",
"description": "git ref to diff the working tree against when `files` is omitted (default HEAD)."
},
"appId": {
"type": "string",
"description": "Product identifier for every selected run."
},
"env": {
"type": "object",
"description": "Conditions forwarded to every selected run."
},
"spec": {
"type": "string",
"description": "Optional spec filter forwarded to every selected target."
},
"record": {
"type": "boolean",
"description": "Force video/trace/screenshot capture on for every run."
},
"force": {
"type": "boolean",
"description": "Skip each target's preflight gate and spawn anyway."
},
"frames": {
"type": "number",
"description": "Extract this many frames per recorded video (needs ffmpeg)."
},
"timeoutMs": {
"type": "number",
"description": "Per-run timeout in ms."
},
"resourceWaitMs": {
"type": "number",
"description": "Wait per selected run for a busy device/port lease; default 10 min, 0 fails fast."
},
"noRepair": {
"type": "boolean",
"description": "Record failed runs without dispatching Brama."
}
},
"required": []
}Source snapshot#
Generated from `probierz-mcp` at https://github.com/wisent-ai/probierz.git revision `8ca8c1f19a5eb137164120d54f80405b0d0dbf14`.
The server reports version `0.1.0`; binary SHA-256: `72425bce4d10d4373586fb2ea7deb40be44bf277964e14aa53e52c9216e60bf4`; tools/list SHA-256: `856670843b435996d8cd5e1542c3001560c0cf11baf48a2c528f68e31600fdde`.