Problem
Some repo pages render their architecture graphs correctly, while others show nothing.
Working: https://repos.supermodeltools.com/react/ — graphs display fine
Broken: https://repos.supermodeltools.com/mcp/ — graphs don't display
Expected behavior
All repo pages should render their architecture graphs.
Requested action
Do a root cause analysis:
- Compare the generated output for a working repo (react) vs a broken one (mcp)
- Check if the issue is in the data generation (missing/malformed graph data), the template rendering, or the frontend JS
- Identify the specific condition that causes graphs to not display
- Propose and implement a fix
@claude