{% extends "base.html" %} {% block title %}Account - MCP{% endblock %} {% block content %}

MCP

{% if !notice.is_empty() %}

{{ notice }}

{% endif %} {% if !error.is_empty() %}

{{ error }}

{% endif %}

Signed in

You are signed in as {{ email }}{% if is_admin %} (administrator){% endif %}.

{% if totp_enrolled %}

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.

Set up an authenticator app →

{% endif %}

Connection

{% if connected %}

Connected. Your tool calls act on your configured upstream instance.

Manage connection

{% else %}

Not connected yet: your tool calls have nothing to act on until you connect an upstream instance.

Connect →

{% endif %}

Change password

At least {{ min_password_len }} characters.

Delete account

This permanently removes your account, your upstream connection, and every issued access token. It cannot be undone.

{% endblock %}