mdr_wait
Blocks until the user finishes reviewing your markdown feedback. Use after sending all review batches to check for replies, deletions, and resolutions.
Instructions
Block until the user has finished engaging with an mdr_review session. Call this once after you have posted all your feedback batches via mdr_review. Returns when the user clicks Done in the mdr UI. If the wait times out (90s), returns {status:"pending"} — call mdr_wait again with the same sessionId to keep waiting. After this returns {status:"done"}, read the file(s) to see the user's replies, deletions, and resolutions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID returned by mdr_review. |