{% extends "dashboard/base.html" %} {% block title %}{{ site.alias }} - MCP Hub{% endblock %} {% block page_title %}{{ site.alias }}{% endblock %} {% block content %}

{{ site.alias }} {{ plugin_names.get(site.plugin_type, site.plugin_type) }}

{% if lang == 'fa' %}ویرایش{% else %}Edit{% endif %}

{% if lang == 'fa' %}آدرس MCP{% else %}MCP Endpoint{% endif %}

{{ mcp_url }}

{% if lang == 'fa' %} برای احراز هویت از کلید API (Bearer) یا OAuth استفاده کنید. {% else %} Authenticate with an API key (Bearer token) or OAuth. {% endif %}

{% if lang == 'fa' %}نمونه کدهای پیکربندی{% else %}Configuration Snippets{% endif %}

{% if lang == 'fa' %}در حال بارگذاری...{% else %}Loading...{% endif %}

{% if lang == 'fa' %} نکته: از streamableHttp برای Claude Desktop و http برای VS Code/Claude Code استفاده کنید. {% else %} Note: Use streamableHttp for Claude Desktop, http for VS Code/Claude Code. {% endif %}

{% if lang == 'fa' %} API Key: از صفحه کلیدها بسازید: {% else %} API Key: Create one on the API Keys page: {% endif %}

"Authorization": "Bearer mhu_YOUR_API_KEY_HERE"
{% endblock %} {% block scripts %} {% endblock %}