MCP Hub

{{ t.login_subtitle }}

{% if error %}
{% if error == 'rate_limit' %} {{ t.rate_limit_error }} {% else %} {{ t.login_error }} {% endif %}
{% endif %}
{% if lang == 'fa' %}

برای دسترسی به داشبورد به Master API Key نیاز دارید.

کلید API خود را در متغیر محیطی MASTER_API_KEY تنظیم کنید.

{% else %}

Enter your MASTER_API_KEY to access the dashboard.

Don't have one? Set it in your .env file, or check the server logs for the temporary key.

{% endif %}

{% if lang == 'fa' %}راهنمای شروع{% else %}Setup Guide{% endif %}

MCP Hub v{{ version|default('3.0.1') }}