mureo_batch_end
Freeze the open batch and retrieve its exact action_log indices and platforms, yielding a definitive membership record for later change-set reconstruction. Refused when 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. |