aidputils.agents.tools.mcp.pagination_helper

aidputils.agents.tools.mcp.pagination_helper.set_pagination_enabled(enabled: bool) None[source]
aidputils.agents.tools.mcp.pagination_helper.normalize_paged_result(op: str, raw: Any, page: int, limit: int, paginate: bool | None = None) Dict[str, Any][source]

Normalize various possible client responses into a standard pagination envelope. preserving semantics to avoid regressions.