This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+6 more
Summary
AI summaryAdded check_evidence_packet, create_brief, and append_evidence MCP tools for evidence‑packet workflow.
Full changelog
v1.4.0 — MCP evidence-packet workflow
v1.4.0 exposes the primary evidence-packet preflight directly to MCP clients
and adds deterministic authoring helpers for building contract-valid briefs and
evidence packs.
What changed
- Added the
check_evidence_packetMCP tool for claim/source reference checks,
quote matching, lexical-support diagnostics, unmatched-number flags, and
reviewer actions. - Added the
create_briefandappend_evidenceMCP tools for stateless,
contract-aware document assembly. - Added a focused runnable stdio example under
examples/evidence-packet/mcp_client.py. - Kept existing MCP tool names, required arguments, schemas, CLI commands, and
service response shapes compatible.
Boundaries
The MCP tools use caller-supplied data. They do not retrieve sources, establish
factual truth, score source authority, authorize action, or write files. Human
review is required before any commercial action.
Not legal, compliance, sanctions, financial, investment, insurance, or trading
advice.
Install
pip install agenda-intelligence-md==1.4.0
Verify the MCP call
From a source checkout with the package installed:
python examples/evidence-packet/mcp_client.py
Expected summary:
{
"packet_status": "packet_complete",
"factuality_status": "not_assessed",
"human_review_required": true,
"counts": {
"packet_complete": 2,
"source_review_required": 0,
"packet_incomplete": 0
}
}
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Agenda Intel MD
All releases →Related context
Related tools
Earlier breaking changes
- v0.8.0 MCP tool count increased from 11 to 16, adding five new tools.
Beta — feedback welcome: [email protected]