check_project
Run Oxlint and TypeScript lint/type diagnostics across project paths, clustering repeated issues to surface all code problems in one full scan.
Instructions
Runs and clusters Oxlint and TypeScript (and optionally Biome) lint and type diagnostics for one or more project paths. Read-only; no files are written or modified. Paths default to the project root (".") when omitted; paths must be relative and within the project directory — absolute paths or paths outside the root return an error response. Use this for a full project scan; use check_files instead for faster incremental checks after editing specific files. Each call re-runs all enabled engines with no caching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | ||
| engine | No | ||
| status | Yes | ||
| engines | No | ||
| message | No | ||
| clusters | No | ||
| truncated | No | ||
| loopWarning | No | ||
| totalIssues | No | ||
| schemaVersion | No | ||
| fileRuleChurnWarning | No |