verify
Confirm server updates don't break functionality by replaying recorded requests against the live server and comparing responses to identify changes in tools, parameters, or response shapes.
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. |