MCP Tool

get_impact

What depends on this file?

Parameters

NameTypeRequiredDescription
filepathstringYesTarget file path

Sample call

json
{ "filepath": "src/utils/crypto.ts" }

Sample output

bash
3 files depend on src/utils/crypto.ts:
  src/auth/login.ts
  src/auth/session.ts
  src/api/tokens.ts
Use before changesAlways call this before modifying an exported function, it shows you exactly which callers will be affected by signature changes.