v1.4.1: Data quality and transform tools now exposed via MCP and A2A #38
Ben Severn (benzsevern)
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
GoldenMatch v1.4.1 adds 3 new MCP tools and 2 new A2A skills so AI agents can inspect and fix data quality before running the matching pipeline.
New MCP Tools (30 total)
scan_qualityfix_qualityrun_transformsNew A2A Skills (10 total)
qualitytransformWhy This Matters
Previously, GoldenCheck and GoldenFlow ran silently inside the pipeline. Agents had no way to:
Now they can.
Robustness
All new handlers include:
strict=Truetransform mode (surfaces failures instead of silently returning unmodified data)Install:
pip install goldenmatch[quality,transform]PR: #34
All reactions