subscribe_memory_event
Initiate event subscription by returning a cursor for polling new memory events. Specify an event type or use '*' to receive all.
Instructions
Start a tail: returns the cursor to poll from ({event_type, since_seq}). An MCP call cannot
be called back, so a subscription here is a cursor, not a callback: call poll_memory_events
with this since_seq (and event_type) to receive everything published after this moment.
In-process subscribers with a real callback use Inspeximus.subscribe() from Python. The default
"*" means every event type, on both calls. Refused on a store with no event table, as the poll is.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_type | No | * |