{% extends "base.html" %} {% block title %}{{ _('Your %(label)s Credentials', label=server.label) }} — mcprack{% endblock %} {% block content %}

🔐 {{ _('Your credentials for %(label)s', label=server.label) }}

{{ _("These credentials are stored securely in Vaultwarden and only apply to configs you download. They override the admin's default credentials.") }}

{% if server.env_var_names %}

{{ _('Expected keys:') }}

{{ server.env_var_names | join(', ') }}
{% endif %}

{{ _('Store sensitive values like API keys, tokens, and passwords in KEY=value format.') }}

{% if has_override %} {% endif %} ← {{ _('Back to Catalog') }}
{% endblock %}