Skip to content

Release notes — v1.0.1

Latest

Choose a tag to compare

@LopezDray LopezDray released this 12 Jul 04:15
· 2 commits to main since this release
f5ab7f7

MCP server: verify_claims tool

v1.0.0 shipped the MCP server with check_evidence only — the verify_claims
tool was still on main mid-merge when v1.0.0 was tagged and published. This
patch adds it, so the MCP server now exposes both halves of the proof loop:

  • check_evidence — before generation, may the model speak at all?
  • verify_claims (new) — after generation, does the answer stand on the
    evidence: every citation resolves to a real record, every claim carries a
    citation, and — when records carry facts — every cited number matches them
    exactly (misquoted_values).

Accepts { answer, records, supporting?, gate?, preset?, rules?, decision? }.
With the same decision.id and records as the check_evidence call, its
verification record joins that decision record on an identical evidence
digest — the audit trail is complete over MCP, not just the direct API.

No other changes. The Python package (evidence-gate-py) has no code changes
in this release — its version bump is for parity across the four version
points (npm, PyPI, __init__.py, MCP server), per this project's convention.

Install

npm install evidence-gate@1.0.1
pip install evidence-gate-py==1.0.1

Links