ack_thread
Advance a thread's subscription cursor to a given sequence number, confirming processed messages while keeping other threads visible and uninterrupted.
Instructions
Advance a per-thread subscription cursor without hiding other threads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ack_seq | Yes | ||
| thread_id | Yes | ||
| binding_token | No | Opaque token returned by this agent's join_session or plan_session. Required for reliable identity when logical agents share an MCP connection. |