{% extends "dashboard/base.html" %} {% block title %}{{ service.display_name }} - MCP Hub{% endblock %} {% block page_title %}{{ service.display_name }}{% endblock %} {% block content %}
{{ service.description.fa }}
{% elif service.description.en %}{{ service.description.en }}
{% endif %} {% set notes_key = 'notes_fa' if lang == 'fa' else 'notes_en' %} {% if service.description[notes_key] %}{% if lang == 'fa' %}تعداد ابزار{% else %}Available Tools{% endif %}
{{ service.tools_count }}
{% if lang == 'fa' %}ابزار خواندن{% else %}Read Tools{% endif %}
{{ read_tools|length }}
{% if lang == 'fa' %}ابزار نوشتن{% else %}Write Tools{% endif %}
{{ write_tools|length }}
{% if lang == 'fa' %}ابزار مدیر{% else %}Admin Tools{% endif %}
{{ admin_tools|length }}
{% if lang == 'fa' %}
نصب افزونه همراه، این قابلیتها را فعال میکند: آپلود فایل بزرگتر از
upload_max_filesize، گزارش یکپارچهی سلامت سایت،
purge کش، پاکسازی transient، متاهای bulk، خروجی ساختاریافته، probe قابلیتها،
و webhook لاگ ممیزی. بدون آن، ابزارهای پایه کار میکنند اما موارد فوق غیرفعال خواهند بود.
{% else %}
Installing the companion plugin unlocks: uploads larger than
upload_max_filesize, unified site-health snapshot,
cache purge, transient flush, bulk meta writes, structured export, capability probe,
and audit-hook webhooks. Without it, basic tools still work but those features stay disabled.
{% endif %}
{{ field.label }}
{% if field.hint %}{{ field.hint }}
{% endif %} {% if field.required %} {% if lang == 'fa' %}الزامی{% else %}Required{% endif %} {% else %} {% if lang == 'fa' %}اختیاری{% else %}Optional{% endif %} {% endif %}{{ tool.name }}
{% if tool.scope == 'read' %}
read
{% elif tool.scope == 'write' %}
write
{% else %}
admin
{% endif %}
{{ tool.description }}