gaming-hub/server/src/plugins/lolstats
Daniel 87279933c3 refactor(lolstats): switch from MCP to op.gg REST API for fresh data
- Profile now fetched via REST API (summoner lookup + summary endpoint)
- Match history via REST API games endpoint (proper JSON, no parser)
- All 10 players per game returned directly (no separate detail fetch)
- DDragon champion ID→name mapping loaded at startup
- Fixed summoner_id lookup to use # separator (was using - which failed)
- MCP kept as fallback for match detail and edge cases
- Frontend: find "me" by summoner name instead of assuming index 0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 21:41:48 +01:00
..
index.ts feat(lolstats): add data renewal — auto-refresh stale op.gg data 2026-03-06 21:22:32 +01:00
opgg-api.ts refactor(lolstats): switch from MCP to op.gg REST API for fresh data 2026-03-06 21:41:48 +01:00
types.ts feat: add LoL Stats plugin — op.gg-powered player lookup 2026-03-06 21:04:45 +01:00