pub fn memory_subscription_replay(
conn: &Connection,
subscription_id: &str,
since_rfc3339: &str,
) -> Result<Value>Expand description
v0.7.0 K6 — handler for memory_subscription_replay. K7 wired
this into the MCP dispatch table behind the existing
memory_subscription_* family — see
src/mcp/tools/subscribe.rs::handle_subscription_replay for the
thin MCP wrapper that delegates here. The K6-vintage “DO NOT add
to MCP dispatch table” warning in the prior docstring was stale
per the v0.7.0 multi-agent literal-sweep (scanner B finding
F-B6.x); registration has been in tree since K7.