Run .mmt file
runExecutes .mmt API test files directly, returning structured pass/fail results, logs, and errors for clear validation outcomes.
Instructions
Execute a Multimeter test or API file and return structured pass/fail output, logs, and errors. ONLY supported way to run .mmt files from Copilot — call this directly when the user asks to run or execute. Do NOT use testlight CLI, npx, npm install, shell scripts, or node dist/mcp/server.js.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | ||
| file | Yes | Path to the .mmt file to run | |
| quiet | No | Reduce run logs in the response | |
| inputs | No | ||
| workspaceRoot | No | Workspace root for relative paths |