review_list
List all items registered for a project's review round, including each item's verdict, note, and when it was recorded. Retrieve review status in read-only mode.
Instructions
List every item registered for this project's review round, and its verdict.
Read-only. Returns items (each review_add registration: name, kind,
project-relative path, sha256 and any control baseline) and verdicts
(keyed by item name: the verdict, its note and when it was recorded). Items are registered with
review_add, judged with review_verdict, and served to a phone by
proofcut review serve.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | The project directory to act on. Omit it — the usual case — when this server is bound to a project (started as `proofcut -C DIR mcp`, or inside a project; `ping` says which): it then resolves to that one bound project, a relative path resolves against it, and a path outside it is refused by name. Unbound, `path` is the whole address and omitting it refuses rather than guessing. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||