Neural network background
Source: packages/fabric-mcp/src/tools.tsmcpgenerated

fabric_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

FieldTypeRequiredDescription
max_resultsnumbernoCap on returned debt items. (default: 50)
scopestringnoSubstring filter on the debt marker's content or path.
severitystringnoFilter by severity category (reserved for future tiering; currently informational).

Source

Source: packages/fabric-mcp/src/tools.ts