get_source_generators
List source generators and their output per project, with optional project filter and limit. Get a sorted overview of generator outputs across your .NET codebase.
Instructions
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).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default: 100). Items are sorted by project, then generator name. | |
| project | No | Optional project name filter |