Changelog#
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased#
[0.2.3] - 2026-04-13#
Changed#
Pinned
fastmcpto3.2.3Use
on_duplicate="error"with the pinned FastMCP API
0.2.2 - 2025-10-23#
Changed#
Refactored documentation structure and content
0.2.0 - 2025-10-20#
Added#
get_embedding_layers: New tool to list available layers for embedding extraction from Evo2 checkpointsSupport for layer discovery and selection guidance for downstream tasks
0.1.0 - 2025-10-19#
Added#
Initial release of evo2-mcp
MCP server implementation for Evo2 genomic sequence operations
Tools for sequence generation, scoring, and embedding
generate_sequence: Generate genomic sequences using Evo2score_sequence: Score genomic sequencesembed_sequence: Generate embeddings for genomic sequencesscore_snp: SNP variant effect predictionDummy implementation for testing without GPU/model requirements
Support for Python 3.12 and 3.13
Test suite with pytest