Validate .mmt file
validateCheck .mmt files for errors after edits. Get structured validation results and fix suggestions before declaring tasks complete.
Instructions
REQUIRED after every create or modify operation on a .mmt file. Call immediately after editing a file and before telling the user the task is done. Returns structured errors and fix suggestions. Do not use testlight, npx, npm, shell, or node dist/mcp/server.js.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the .mmt file relative to workspaceRoot or absolute | |
| expectedType | No | Optional expected document type | |
| workspaceRoot | No | Workspace root for relative paths |