{% extends parent %} {% block title %}MCPs - Introspect{% endblock %} {% macro mcp_qs(server='', command='', failed=filter_failed, page=1) -%} {% if server %}server={{ server }}&{% endif %}{% if command %}command={{ command }}&{% endif %}{% if failed %}failed=true&{% endif %}page={{ page }} {%- endmacro %} {% block content %}
| Session | Called At | Server | Command | Status | Input Preview | Exec Time |
|---|---|---|---|---|---|---|
| {{ (clean_title(tc[7] or '') or (tc[0]|string)[:12] + '...')|truncate(50) }} | {{ (tc[1]|string)[:19] }} | {{ tc[2] or '' }} | {{ tc[3] or '' }} | {% if tc[4] == 'true' %} FAILED {% else %} OK {% endif %} | {{ tc[6] or '' }} |