check_contracts
Analyze frontend API calls and backend routes to detect mismatches, dead endpoints, and phantom calls before deployment.
Instructions
Verify frontend-backend contracts. Finds all API calls in frontend code and cross-references them against backend route definitions. Detects mismatches, dead endpoints, and phantom calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project root directory |