gaming-hub/server/src
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
..
core fix: move hub-state.json to /data/sounds/ for persistence 2026-03-06 20:28:03 +01:00
plugins refactor(lolstats): switch from MCP to op.gg REST API for fresh data 2026-03-06 21:41:48 +01:00
types fix: initialize voice encryption libs before first connection 2026-03-06 01:13:46 +01:00
index.ts feat: add LoL Stats plugin — op.gg-powered player lookup 2026-03-06 21:04:45 +01:00