{% extends "web/base.html" %} {% block title %}Activity | tcx{% endblock %} {% block page_label %}Activity{% endblock %} {% block content %} Central ledger MCP calls, audit events, and workflow runs. Activity is shown without raw request or response bodies so secrets and bulky payloads stay out of HTML. Open MCP ledger Recent activity {{ activity|length }} records {% for item in activity %} {{ item.kind }} {{ item.title }} {{ item.subtitle }} · {{ item.status }} · {{ item.created_at|date:"Y-m-d H:i" }} {% empty %} No activity has been recorded yet. {% endfor %} {% endblock %}
Activity is shown without raw request or response bodies so secrets and bulky payloads stay out of HTML.
No activity has been recorded yet.