{% extends "base.html" %} {% block title %}Account - MCP{% endblock %} {% block content %}
{{ notice }}
{% endif %} {% if !error.is_empty() %}{{ error }}
{% endif %}You are signed in as {{ email }}{% if is_admin %} (administrator){% endif %}.
Two-factor authentication is on. Unused recovery codes: {{ recovery_codes_left }}.
Re-enrol your authenticator (this replaces your recovery codes).
{% else %}Two-factor authentication is off.
{% endif %}Connected. Your tool calls act on your configured upstream instance.
{% else %}Not connected yet: your tool calls have nothing to act on until you connect an upstream instance.
{% endif %}This permanently removes your account, your upstream connection, and every issued access token. It cannot be undone.