MCP Tool

get_dead_code

Files and functions unreachable from any entry point.

Parameters

None.

Sample output

bash
Dead code candidates:
  src/utils/legacy.ts (file)
  src/components/UnusedButton.tsx (file)
  oldFormat (function, src/utils/legacy.ts:2)

How it decides

BFS from entry points along every edge in the graph. Entry points are auto-detected from common patterns and your package.json framework dependencies.

See: framework auto-detection.