Skip to main content

🔵 Release v2.299.3

⭐ Simple • 3 commits • 8 files
We’ve fixed two important reliability issues affecting analytics data accuracy and MCP token authentication. Your analytics now show accurate community visit timestamps, and external MCP clients can connect with just a personal token—no more manual API domain configuration.

What’s New

  • Accurate community visit tracking – Users-overview analytics now correctly tracks when each user last visited a community
  • Simplified MCP authentication – External MCP clients can now connect with just a personal token; API domain auto-resolves from your organization configuration
  • Improved API domain resolution – MCP server intelligently falls back through headers, database config, and environment variables

Apps Updated

User App

— No changes

API

✓ Updated - 1 fix

Admin

— No changes

MCP Server

✓ Updated - 1 fix

Website

— No changes

Games

— No changes

Detailed Changes

Fix: Users-overview analytics community visit tracking
  • Updated analytics service to use the correct CommunityEventSubCategoryEnum.CommunityVisit enum instead of outdated custom event pattern
  • Community visit events are now properly identified and their timestamps accurately reflected in user analytics
  • Users-overview endpoint now correctly returns latestVisit timestamp for each user per community
  • Fixes case where users with no community visits previously returned incorrect data
Fix: Auto-resolve API domain from organization configuration
  • MCP server now automatically retrieves the organization’s root domain from database configuration during token validation
  • External MCP clients no longer need to manually specify x-api-domain header (optional for overrides during local development)
  • Simplified .mcp.json configuration: just provide the bearer token, API domain resolves automatically
  • Fallback chain: explicit header → organization rootDomain from database → environment variables
  • Added comprehensive documentation for connecting external MCP clients with personal tokens

Admin Highlights

  • Accurate Analytics Dashboards – Users-overview analytics now correctly displays when each community member last visited, enabling better engagement tracking
  • Simplified MCP Integration – External tools connecting via personal tokens no longer require manual API domain configuration; resolution is automatic

Contributors

jamescockayne@jamescockayne1 commit • +74/-55 lines

erek_d@me.com@erek_d@me.com1 commit • +76/-36 lines

Release Stats

MetricValue
Total Commits3
Lines Added+447
Lines Removed-92
Files Changed8

v2.299.3 deployed on April 22, 2026