Releases: genomoncology/biomcp
Releases · genomoncology/biomcp
v0.8.14 — Streamable HTTP docs, demo, and release polish
What's new in v0.8.14
- Newcomer docs: new getting-started guide for remote Streamable HTTP clients — how to start
biomcp serve-http, use/mcp, and check/healthand/readyz - Runnable demo:
demo/streamable_http_client.py— a self-contained PEP 723 script using the official Python MCP SDK, runnable withuv run --script - Docs home: remote HTTP server section added to
docs/index.mdso the transport is visible from first visit - README: updated with remote HTTP quick-start and demo reference
- serve-sse migration guidance: kept visible for users still on the legacy SSE path
See the CHANGELOG for full details.
v0.8.13
v0.8.12
What's Changed
- Make all search subcommands accept bare positional arguments by @imaurer in #160
- Update CHANGELOG and docs for releases 0.8.5–0.8.11 by @imaurer in #161
- Harden CLI for agent use: multi-token args, --until alias, variant error guidance by @imaurer in #162
- Replace SKILL.md with experiment-validated version, remove use-case files by @imaurer in #163
- Improve CLI usability: variant fallback, NCT validation, bare-entity shortcuts, and better timeouts by @imaurer in #164
- Auto-discover skill install target using cross-tool standard by @imaurer in #165
- Refresh skills reference material and add schema drift validation by @imaurer in #166
- Add local cBioPortal study adapters with study query CLI by @imaurer in #167
- Add cohort filtering, survival aggregates, and group comparison for cBioPortal studies by @imaurer in #168
- Add multi-omics cross-table join for study filtering by @imaurer in #169
- Add Fisher's exact p-value to gene co-occurrence analysis by @imaurer in #170
Full Changelog: v0.8.11...v0.8.12
v0.8.11
Changes
- Evidence URLs and citations on entity outputs (#156)
- Gene enrichment — GTEx expression data, DGIdb druggability, ClinGen gene-disease validity (#157)
- Streamlined CI — PR checks are now Rust-only (~3 min); release workflow consolidates validation, binary builds, PyPI wheels, and docs deployment into a single pipeline (#159)
v0.8.10
v0.8.9
v0.8.8
Output Cleanup & Help Discoverability
Output Deduplication
- Population data shown exactly once (was rendered 3x with inline summary + pipe table + AF line)
- Conservation, AlphaGenome, interactions converted from pipe tables to key-value pairs
- Adverse event reactions/outcomes converted from single-column tables to bullet lists
- All entity metadata headers standardized to plain
Key: Value(no bold)
Actionable Footers
Sections:replaced withMore:/All:showing copy-pasteablebiomcp getcommandsRelated:replaced withSee also:listing fullbiomcpcommands, one per line- All 11 entity templates updated consistently
Help Discoverability
biomcp liststarts with quickstart block showing example commands- Skills tip added to list output
biomcp list skillnow works (aliases toskill list)list enrichandlist batchare first-class help pages--biomarkerdocumented inlist trial,--sincedocumented inlist articlelist phenotypeandlist gwasexpanded with workflow exampleshealthshows affected features when APIs fail
Quality
- 349 Rust tests, 0 clippy warnings
- 117 VV executable documentation contracts passing