CogniRelay

CogniRelay v1.4.13 Release Notes

Release date: 2026-05-02

CogniRelay v1.4.13 is a focused patch release for MCP tools/list metadata consumed by PyPI and MCP Registry users.

Fixed

Verification

Release preparation should pass:

git diff --check
./.venv/bin/python -m ruff check app cognirelay tests tools agent-assets
./.venv/bin/python tools/validate_server_json.py
./.venv/bin/python tools/prepare_release.py check --version 1.4.13 --date 2026-05-02 --allow-dirty
./.venv/bin/python -m unittest tests/test_mcp_216_slice2_runtime.py tests/test_mcp_rpc.py tests/test_discovery.py tests/test_schedule_255.py tests/test_continuity_217_slice3_limits.py -v
./.venv/bin/python -m unittest discover -s tests -v
./.venv/bin/python -m build
./.venv/bin/python -m twine check dist/*