find_circular_dependencies
Detect circular dependencies in project or namespace dependency graphs. Results sorted by cycle length, with configurable limit.
Instructions
Detect circular dependencies in the project reference graph or namespace dependency graph. Returns an envelope with items sorted by cycle length desc, totalCount, truncated, and limit (default 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Level: 'project' or 'namespace' (default: project) | project |
| limit | No | Maximum number of items to return (default: 100). Items are sorted by cycle length desc. |