diff_runs
Compare two MCP server run artifacts to identify regressions, recoveries, schema drift, and gate status changes. Essential for detecting breaking changes after server updates.
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'. |