Full-text retrieval, author search filter
New biorxiv_get_fulltext tool plus an author parameter on biorxiv_search_preprints.
Added:
biorxiv_get_fulltextretrieves the full text of a preprint as best-effort Markdown extracted from the rendered HTML article page — no keyless JATS source exists. Resolves the latest version via the details API, pages long articles via offset/limit chunking, and routes PDF-only or blocked pages to a typedfulltext_unavailableerror pointing atbiorxiv_get_preprint. New deps:defuddle^0.19.0,linkedom^0.18.12. (#19)biorxiv_search_preprintsgains an optionalauthorparameter, mapped to an EuropePMCAUTH:"…"field query and ANDed with the keyword query;queryis now optional whenauthoris supplied. (#19)
205 tests pass; bun run devcheck clean.