get_source_generators
List source generators and their output per project. Returns an envelope with items sorted by project then generator name, totalCount, truncated, and limit (default 100).
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
project | string | Optional project name filter | |
limit | int? | Maximum number of items to return (default: 100). Items are sorted by project, then generator name. |