🔵 Release v2.299.3
⭐ Simple • 3 commits • 8 filesWe’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
API
API
Fix: Users-overview analytics community visit tracking
- Updated analytics service to use the correct
CommunityEventSubCategoryEnum.CommunityVisitenum 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
latestVisittimestamp for each user per community - Fixes case where users with no community visits previously returned incorrect data
MCP Server
MCP Server
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-domainheader (optional for overrides during local development) - Simplified
.mcp.jsonconfiguration: 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
@jamescockayne1 commit • +74/-55 linesRelease Stats
| Metric | Value |
|---|---|
| Total Commits | 3 |
| Lines Added | +447 |
| Lines Removed | -92 |
| Files Changed | 8 |
v2.299.3 deployed on April 22, 2026


