v0.1.11
Added
-
stm_surfacing_statsMCP tool now mirrorsstm_compression_stats(#198, closes #197) — output includesevents_total,distinct_tools,date_range, per-tool breakdown (events + average memory count, sorted descending by event count),rating_distribution,total_feedback, helpfulness percentage, and a DESC-orderedrecenttail with 80-character query previews. New optional inputssince(ISO-8601) andlimit(default 10) restrict the window. Empty-DB / out-of-range filters return zeros with all collections present, so callers don't branch on shape. Malformedsinceis rejected with a clean error rather than raising.Closes the long-standing observability gap where surfacing analytics required raw SQL against
~/.memtomem/stm_feedback.dbwhile compression already had an aggregate tool.
See CHANGELOG.md for the full entry.