What if the host cannot upload my CSV?
MCP never reads a local filesystem path. If the host cannot move bytes, skip the transfer ticket.
- Open Datasets and upload the CSV in the browser.
- Return to the host and rediscover that Dataset. Stay at or under 25 MB.
- If a transfer ticket expired, refresh it through
upload_csvwith the same unfinished upload ID rather than starting a second Dataset. - For dashboard upload failures that are not MCP transfers, use An upload failed.
How do I wait, retry, or cancel?
A wait is capped per call, not per Run. The Run continues if the host disconnects.
- Keep calling bounded
get_runwaits after you asked the host to wait. Do not prompt again only to continue waiting. - Resume a paused Run after Usage and Billing show spendable value. Do not start a duplicate full Run over the same work unless you asked for that.
- Retry only when Everyn offers a retry for failed or unresolved rows. Do not blindly retry quality or spec failures.
- Cancel only when you asked to stop. Cancellation is harvest-aware; completed work stays inspectable.
Read Runs for sample versus full behavior, and A run is stuck, paused, or failed for dashboard recovery.