Release date: 2026-04-26
CogniRelay v1.4.5 is a focused MCP startup compatibility patch. It fixes
standards-compatible clients whose initialize request includes optional
clientInfo implementation metadata.
initialize now accepts standard MCP implementation metadata fields under
clientInfo: title, description, websiteUrl, and icons.clientInfo.title now succeeds.2025-06-18 and 2025-11-25.tools/list after successful initialize remains supported.initialize.params remains strict: protocolVersion,
capabilities, and clientInfo.clientInfo.name remains required when clientInfo is present.clientInfo fields still fail deterministically with
-32602 Invalid params.GET /v1/capabilities version field remains the capability schema
version ("1").Release preparation should pass:
git diff --check
./.venv/bin/python -m ruff check app tests tools
./.venv/bin/python -m unittest discover -s tests -v