cerebro_endpoints
Search backend HTTP endpoints by path, method, or handler to locate where an endpoint is handled, without grepping decorators.
Instructions
Backend HTTP endpoints (NestJS routes) the project exposes — the front↔back
boundary that import edges miss. Search by path / method / handler (e.g.
'POST carts', 'promotions', 'findActive') to answer 'where is this endpoint
handled?' without grepping decorators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |