Releases: Cadasto/openehr-assistant-mcp
Releases · Cadasto/openehr-assistant-mcp
Release list
0.19.0
Added
- Tools: human-readable titles and behaviour annotations (read-only / idempotent / open-world hints) across all tools; optional
rmClassfilter onckm_archetype_search. - Guides: new
templates/serialization-formats(OET vs OPT vs ADL-Designer.t.jsonvs web-template) and Dutcharchetypes/language-standards-nl; OET attribute reference and aDV_SCALEvsDV_ORDINALrating-scale idiom added to the archetype/template guides.
Changed
- Tools: improved CKM search recall and ranking (wider candidate window, exact-concept boost, scoring aliases); trimmed redundant value-lists from parameter descriptions where an
enumconstraint already conveys the options. - Guides: refined archetype lint rules (idiomatic
ITEM_TREE.items {0..*}, translation-accuracy and prose↔slot consistency checks) and a reuse-survey containers-vs-content note.
Full changelog: https://github.com/cadasto/openehr-assistant-mcp/blob/main/CHANGELOG.md
0.18.0
Changed
- Tools: retuned CKM archetype/template search scoring — wider status gap (DRAFT now ranks above INITIAL more reliably) and gentler age decay.
Fixed
- Transport: collapse a duplicated
Hostheader before the DNS-rebinding check, fixing 403 "Invalid Host header" behind reverse proxies that sendHosttwice.
0.17.0
Added
- Tools: JSON Schema
enumconstraints on theformat,kind,category, andcomponentparameters. - Docs: Specification-Driven Development set under
docs/(requirements, architecture, decision records, traceability), plusinstall.mdandconventions.md. - Build:
make citarget; the MCP Inspector now runs on the dev Docker network. - Config:
MCP_ALLOWED_HOSTSallow-list for thestreamable-httptransport (SDK ≥ 0.6 DNS-rebinding protection).
Changed
- Dependencies: upgraded
mcp/sdkto^0.6andsymfony/cacheto^8; refreshed Guzzle/Symfony. - Docs: restructured
README.md,AGENTS.md, andCONTRIBUTING.mdfor progressive disclosure (compact user-facing README; setup and conventions moved intodocs/). - Resources: regenerated the
LANGBMM schema resources. - Repo: track shared AI-assistant config (
.claude/,.cursor/) and enable the maintainer dev plugin.