MCP tool
probierz_create_receipt
SIDE-EFFECTING: secret-scan evidence, verify exact source/build/artifact provenance, and sign a release receipt with immutable journey identities and report-typed publication media.
Input schema#
{
"type": "object",
"properties": {
"appId": {
"type": "string"
},
"release": {
"type": "string"
},
"expectedHarnessSha": {
"type": "string"
},
"expectedSourceSha": {
"type": "string"
},
"runIds": {
"type": "array",
"items": {
"type": "string"
}
},
"requiredJourneys": {
"type": "array",
"items": {
"type": "string"
}
},
"minimumEvidence": {
"type": "string",
"description": "Default E3."
},
"privateKeyFile": {
"type": "string",
"description": "Defaults to PROBIERZ_RECEIPT_PRIVATE_KEY_FILE."
}
},
"required": [
"appId",
"release",
"expectedHarnessSha",
"expectedSourceSha",
"runIds"
]
}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`.