Releases: dna-seq/just-prs-mcp
Releases · dna-seq/just-prs-mcp
Release list
just-prs-mcp 0.5.0
Highlights
- Long scoring/download tools (
compute_prs_by_trait,compute_prs_batch,normalize_vcf,download_sample_genome) return aPRSJobimmediately. Pollprs_job_status(job_id, wait_seconds=25)untildoneorfailed.list_prs_jobsrecovers ajob_idafter a client timeout. - Native VCF normalization and multi-score DuckDB/Polars work run in an isolated
python -m just_prs_mcp.native_workerchild process (PRS_MCP_ISOLATE_NATIVE_SCORING=true). compute_prs_by_traitnow defaults toprofile="all"(every associated score). Passprofile="curated"only for the shortlist.- README, skills, and plugin metadata match this API. Pin
just-prs-mcp@0.5.0orjust-prs-mcp@latest.
Install
claude mcp add just-prs -- uvx just-prs-mcp@0.5.0 stdio{
"mcpServers": {
"just-prs": {
"command": "uvx",
"args": ["just-prs-mcp@0.5.0", "stdio"],
"env": { "PRS_MCP_MODE": "essentials" }
}
}
}The release assets also include the Claude plugin ZIP and local Claude Desktop .mcpb extension.
Verification
- 106 deterministic tests passed
- Ruff lint and format checks passed
- Pyright passed with no errors
just-prs-mcp 0.4.0
Highlights
- Score one or more genomes through
compute_prs_by_trait(samples=["Label=path", ...]). One person is a one-element list; there is novcf_pathon this tool. - Returns
TraitPRSReportswith saved JSON (result_paths) plus the just-prs trait HTML report:html_pathover stdio,html_urlover Streamable HTTP (GET /reports/<file>on the MCP origin). compare_genomes,plot_trait_panel, andbuild_prs_prompttakeresult_pathslists. Comparisons use the median of usable models.vcf_metainfoplussuperpopulation="auto"andreference_restoration="auto"(just-prs >=0.9.0).- Claude / Codex /
.mcp.jsonmetadata and README example queries match this API. Pinjust-prs-mcp>=0.4.
Install
claude mcp add just-prs -- uvx just-prs-mcp@0.4.0 stdio{
"mcpServers": {
"just-prs": {
"command": "uvx",
"args": ["just-prs-mcp@0.4.0", "stdio"],
"env": { "PRS_MCP_MODE": "essentials" }
}
}
}The release assets also include the Claude plugin ZIP and local Claude Desktop .mcpb extension.
Verification
- 74 deterministic tests passed
- Ruff lint and format checks passed
- Pyright passed with no errors
just-prs-mcp 0.2.0
Highlights
- Add distributable Claude Code/Cowork plugin and Claude Desktop MCPB packages.
- Expose clearer MCP safety annotations and validate the real tool surface through MCP-native agent tests.
- Upgrade the scoring backend to just-prs 0.7.6 and add Smithery deployment support.
- Add deterministic and live-agent CI workflows.
- Rework the README for researchers, bioinformaticians, Claude/Cursor users, and application developers, including BioContextAI Registry discovery.
Install
claude mcp add just-prs -- uvx just-prs-mcp@0.2.0 stdioThe release assets also include the Claude plugin ZIP and local Claude Desktop .mcpb extension.
Verification
- 53 deterministic tests passed
- 3 live OpenRouter/MCP integration tests passed
- Ruff lint and format checks passed
- Pyright passed with no errors