• v1.3.1 a5db0d363d

    v1.3.1 — MCP over SSE + UI Polish
    All checks were successful
    Release / build-and-push (push) Successful in 1m16s
    CI / lint-and-test (push) Successful in 25s
    Stable

    tomas.kracmar released this 2026-04-21 09:28:32 +00:00 | 43 commits to main since this release

    What's New

    MCP Server over SSE (production-ready)

    • New HTTP/SSE MCP transport at GET /mcp/sse and POST /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 -d
    

    No configuration changes required.

    Downloads