verify
Compare live server responses against a recorded cassette to detect breaking changes after an update. Reports added, removed, or altered tools and parameters.
Instructions
Use this after updating a server to confirm nothing broke. Connects to the live server, sends the same requests from a recorded cassette, and compares responses. Reports exactly what changed — added tools, removed parameters, different response shapes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Additional arguments for the command. | |
| command | Yes | The command to launch the MCP server. | |
| cassette | Yes | Path to a cassette JSON file. |