check_dependencies
Run a full dependency audit on a project, returning per-check status, fix commands, and instructions for each issue. Identify missing prerequisites and critical problems with actionable steps.
Instructions
Run the full dependency audit. Read-only. Returns structured results.
Returns the raw per-check dicts (name, status, message,
fix_cmd, instructions, critical) — NOT the formatted
doctor table. Read status/fix_cmd/instructions per
issue; status="skipped" means a prerequisite is missing.
Args: project_root: Project root directory. Auto-detected from CWD if omitted.
Returns:
list[dict]: one dict per check, DepCheckResult fields via asdict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_root | No | Project root. Auto-detected if omitted. Pass explicitly when the project is not the server cwd. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |