list_api_endpoints
List all HTTP endpoints in a JavaScript/TypeScript project by detecting Express, Fastify, and Koa route definitions. Useful for API documentation and security review.
Instructions
Detects HTTP endpoints: Express (app/router.get/post/...), Fastify, Koa.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |