| Actions | Icon | S. No. | UUID | Name | Description | Tools | Resources | Prompts | Tags | Owner | Team | Visibility |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
{% if server.icon %}
|
{{ (pagination.page - 1) * pagination.per_page + loop.index }} | {{ server.id }} | {{ server.name }} | {{ server.description }} | {% if server.associatedTools %} {{ server.associatedTools | length }} tool{{ 's' if server.associatedTools | length != 1 else '' }} {% else %} 0 tools {% endif %} | {% if server.associatedResources %} {{ server.associatedResources | length }} resource{{ 's' if server.associatedResources | length != 1 else '' }} {% else %} 0 resources {% endif %} | {% if server.associatedPrompts %} {{ server.associatedPrompts | length }} prompt{{ 's' if server.associatedPrompts | length != 1 else '' }} {% else %} 0 prompts {% endif %} | {% if server.tags %} {% for tag in server.tags %} {% if tag is mapping %}{{ tag.id }}{% else %}{{ tag }}{% endif %} {% endfor %} {% else %} None {% endif %} | {% if server.ownerEmail %} {{ server.ownerEmail }} {% else %} N/A {% endif %} |
{% if server.team %}
{{ server.team|e|replace(' ', ' ')|safe }} {% else %} N/A {% endif %} |
{% if server.visibility == 'private' %} Private {% elif server.visibility == 'team' %} Team {% elif server.visibility == 'public' %} Public {% else %} N/A {% endif %} |