You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(mcp): parse dependency graph API response correctly
- API returns nodes[] and edges[] arrays, not total_files/total_dependencies
- Calculate critical files by counting edge targets (dependents)
- Show files with most imports from nodes data
- Fixes MCP showing 0 files/dependencies for dependency graph tool
0 commit comments