{# The API Servers page, and where the UI starts (spec §7.1). Almost nothing of its own: the table is a partial because htmx swaps it in after a delete, and a fragment that is also part of a page is the only way the two can be guaranteed to look the same. #} {% extends "base.html" %} {% block title %}API Servers · mcp-api-gateway{% endblock %} {% block content %}

API Servers

Add a server
{% include "partials/server_list.html" %} {% endblock %}