tarn_validate
Check YAML syntax and schema validity of .tarn.yaml test files without executing them.
Instructions
Validate .tarn.yaml test files without executing them. Checks YAML syntax and schema validity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Absolute path to the project root. Defaults to the workspace root captured during MCP `initialize`, or the server process's current directory. | |
| path | Yes | Path to a .tarn.yaml file or directory. Relative paths resolve against `cwd`. |