Skip to content

NovoMCP v1.1.2

Choose a tag to compare

@ariharrisonlab ariharrisonlab released this 24 Jul 10:26
ae17f94

Fixed

  • search_chembl resilience — 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 / rdkit don'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 and requirements.txt now 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