MCP tool
probierz_create_publication_manifest
SIDE-EFFECTING: verify a signed receipt, current source, secret scan, evidence hashes, driver capability, redaction review, and immutable storage registrations before emitting a deterministic first-use publication manifest.
Input schema#
{
"type": "object",
"properties": {
"receiptFile": {
"type": "string"
},
"attemptId": {
"type": "string"
},
"journeyId": {
"type": "string"
},
"assets": {
"type": "array",
"items": {
"type": "object",
"properties": {
"file": {
"type": "string"
},
"kind": {
"type": "string",
"enum": [
"screenshot",
"recording",
"trace"
]
},
"storageUrl": {
"type": "string"
},
"contentSha256": {
"type": "string"
},
"redactionStatus": {
"type": "string",
"enum": [
"verified_redacted",
"not_applicable"
]
},
"verifiedAt": {
"type": "string"
}
},
"required": [
"file",
"storageUrl",
"contentSha256",
"redactionStatus",
"verifiedAt"
],
"additionalProperties": false
}
},
"trustedPublicKeyFile": {
"type": "string"
},
"expectedFingerprint": {
"type": "string"
}
},
"required": [
"receiptFile",
"attemptId",
"journeyId",
"assets"
]
}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`.