Expand description
Host-side progress reporting for long-running plugin work — a FACILITY,
not part of the plugin wire contract. Plugins call report at natural
milestones (a page fetched, a file downloaded); the host decides where
the lines go. Default: stderr, which every surface tolerates (the CLI
shows it live; MCP stdout stays pure JSON-RPC). Future stdio plugins map
their stderr onto the same sink — the contract itself stays untouched.