record
Capture a baseline of a working MCP server by recording all JSON-RPC traffic to a cassette file for offline replay or verifying version compatibility.
Instructions
Use this to capture a baseline of a working MCP server. Records all JSON-RPC traffic to a cassette file that can be replayed offline (no server needed) or used to verify future versions haven't broken anything. Like VCR for MCP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The command to launch the MCP server. | |
| args | No | Additional arguments for the command. |