testpass_save_pack
Save a TestPass pack by specifying its unique slug and YAML definition; creates or updates the pack.
Instructions
Save a TestPass pack YAML definition for the caller. Creates or updates the pack identified by pack_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pack_id | Yes | Unique slug for the pack (e.g. 'my-mcp-pack') | |
| yaml | Yes | Full pack definition as a YAML string |