MCP Tool
get_impact
What depends on this file?
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
filepath | string | Yes | Target 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.tsUse before changesAlways call this before modifying an exported function, it shows you exactly which callers will be affected by signature changes.