You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UniProtKB connector (#15) — UniProtKB is now a first-class default source:
full-text search reads the accurate x-total-results header (cursor-paginated,
so like huggingface it contributes to page 1 only — offset>0 returns no rows), resolve attaches a FASTA FileEntry (unverified — no upstream checksum), and an
injection-safe accession guard fails before any network call.
search --json one-shot CLI subcommand (#16) — an explicit search first-arg
diverts to a one-shot CLI that prints the SearchResult.results array as JSON,
enabling lightweight non-MCP consumers (e.g. recap's DaProvider). Bare invocation
still starts the MCP server unchanged.
Fixed
Registry server.json description now fits the MCP registry's 100-char limit,
with a guard test to keep it there.