v0.2.4: met_search_collections pagination, validation, and fail-fast timeout
met_search_collections pagination, validation, and fail-fast timeout
Offset paging and departmentId validation land alongside two bug fixes for the same tool.
Added:
offsetpagination —nextOffset/remainingoutputs; each page re-runs the upstream search and slices locally (#9)departmentIdvalidation — unrecognized IDs throwinvalid_department, pointing tomet_list_departments(#7)
Fixed:
invalid_date_rangenow carries the recovery hint on both throw sites (#6)- Broad
met_search_collectionsqueries fail fast withsearch_timeout(~10s) instead of retrying a deterministic timeout to exhaustion (~48s) (#11)
34 tests pass; bun run devcheck clean.