axint.doctor
Audit Axint runtime and project wiring to verify MCP version, paths, and configuration files. Use when wiring or setup may be outdated.
Instructions
Audit the current Axint runtime and project wiring: running MCP version, expected version, Node/npm/npx paths, project .mcp.json, AGENTS.md, CLAUDE.md, .axint/project.json, and Xcode Claude Agent registration. Use this when an agent might be connected... Use: call when MCP wiring, package paths, Xcode setup, or project memory may be stale. Effects: read-only inspection; writes no files; no auth or network required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory to inspect. Defaults to the MCP process cwd. | |
| expectedVersion | No | Expected Axint version. If provided and the running MCP version differs, doctor returns a blocker. | |
| format | No | Output format. Defaults to markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Primary Axint tool response text, matching the first text content block. | |
| isError | No | Whether Axint marked the tool response as an error. |