-
released this
2026-04-21 09:28:32 +00:00 | 43 commits to main since this releaseWhat's New
MCP Server over SSE (production-ready)
- New HTTP/SSE MCP transport at
GET /mcp/sseandPOST /mcp/messages/ - Reuses existing OIDC Bearer token validation — requires a valid Entra token when
AUTH_ENABLED=true - Same four tools as the stdio server:
search_events,get_event,get_summary,ask - Shared tool handlers extracted to
mcp_common.py(used by both stdio and SSE transports) - Mounted inside FastAPI when
AI_FEATURES_ENABLED=true
UI Polish
- Page title changed from "AOC Events" → "Admin Operations Center"
- Hero heading changed from "Directory Audit Explorer" → "Audit Log Explorer"
- Subtitle updated to mention all data sources: Entra, Intune, Exchange, SharePoint, Teams
- Filter section moved before the Ask panel for better flow
Upgrade Notes
docker compose pull && docker compose up -dNo configuration changes required.
Downloads
- New HTTP/SSE MCP transport at