NovoMCP v1.1.2
Fixed
search_chemblresilience — the tool now retries the EBI ChEMBL API with exponential backoff on transient upstream errors (5xx / timeouts) before surfacing a failure. EBI is occasionally flaky; this smooths over blips. If EBI stays down, the upstream error is still returned honestly — no fallback data.
Changed
- Install guidance — the pinned
numpy/rdkitdon't yet publish wheels for Python 3.13/3.14, so a fresh machine on system Python hits a slow source-build wall. The README andrequirements.txtnow recommend Python 3.11 or 3.12 explicitly (e.g.uv python install 3.11). No functional change.
Upgrading: git pull && pip install -r requirements.txt.
Full changelog: https://github.com/NovoMCP/novomcp/blob/main/CHANGELOG.md