diff_runs
Compare two server run artifacts to surface regressions, recoveries, schema drift, and gate status changes after updating a server.
Instructions
Use this to find what changed between two server checks. Compares two run artifacts and surfaces regressions (things that broke), recoveries (things that got fixed), schema drift (added/removed/changed tool parameters), and gate status changes. Essential after updating a server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | Path to the base run artifact JSON file. | |
| head | Yes | Path to the head run artifact JSON file. | |
| format | No | Output format: 'markdown' (default) or 'json'. |