Skip to content

v1.8.4 — MCP Pagination

Latest

Choose a tag to compare

@fmicalizzi fmicalizzi released this 24 Jul 17:00
· 1 commit to main since this release

What's New

MCP Server Pagination

Agents querying long sessions (100+ events) could not reach recent events — the tools only returned the first N with no way to paginate.

New parameters:

Tool New Parameters
get_session_events offset (pagination), order ("asc"/"desc")
get_recent_events offset (pagination)
search_events offset (pagination)

Before: An agent reviewing a 158-event session had to make 6+ calls and still couldn't reach the latest events.

After: get_session_events(session_id, order="desc", limit=30) returns the 30 most recent events in one call.

Stats

  • 656 tests passing
  • Zero external dependencies