discard_all_changes
Clears the entire change queue.
How to use it
discard_all_changes is exposed by the Convey MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the discard_all_changes tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Convey
npm install --save-dev @bitovi/conveyOther tools in Convey (4)
Returns the next committed change as raw patch data (no workflow instructions). Use this for custom agent workflows.
Start here. Waits for the next committed change, returns implementation instructions, and requires the agent to apply it, mark it done, then call this tool again in an endless loop.
Lists all changes grouped by status (staged, committed, implementing, implemented).
Marks one or more changes as implemented by ID. Returns a directive to call implementnextchange again.