live_test
Run live HTTP GET tests against discovered API endpoints on your local server to verify endpoint functionality and catch issues before deployment.
Instructions
Run live HTTP tests against discovered API endpoints. SAFETY: Only GET endpoints are tested. DELETE is never called. POST/PUT/PATCH are skipped (no safe payload generation). Only localhost URLs are accepted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, show what would be tested without making HTTP calls | |
| baseUrl | Yes | Base URL of the running server (e.g., "http://localhost:3000") | |
| timeout | No | Per-request timeout in milliseconds (default: 5000) | |
| includeAuth | No | Whether to test endpoints that require authentication | |
| projectPath | Yes | Absolute path to the project root directory |