mureo_batch_end
Close the open batch and return its exact membership (action log indices and platforms) as a final record, avoiding reconstruction later. Refused if no batch is open.
Instructions
Close the open batch and return its exact membership: the action_log indices it collected and the platforms they span. Keep that list — it is the record that removes the need to reconstruct a change set from memory later. Closing is FINAL: no later entry can join, so the member count stays true. Refused if no batch is open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional path to STATE.json. Defaults to STATE.json in the MCP server's current working directory. Paths outside it are refused. |