Source:
packages/fabric-mcp/src/tools.tsmcpgeneratedfabric_debt
Inventory TODO/FIXME/HACK/@deprecated markers with graph context — each debt node surfaces alongside its direct incoming edges so you can see what calls or tests the debt-bearing code. Use to prioritise cleanup by blast radius, or to answer "where should we not be touching without tests?" before a refactor.
Input schema
| Field | Type | Required | Description |
|---|---|---|---|
max_results | number | no | Cap on returned debt items. (default: 50) |
scope | string | no | Substring filter on the debt marker's content or path. |
severity | string | no | Filter by severity category (reserved for future tiering; currently informational). |
Source
Source: packages/fabric-mcp/src/tools.ts
