get_routes
Lists all API routes and pages in a Next.js App Router project with their paths, files, HTTP methods, and types.
Instructions
Detect API routes and pages in a Next.js App Router project: path, file, HTTP methods, type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Max routes to return (0 = all, default 0). | |
| project | No | Project name/path (default: active). |