{% extends "base.html" %} {% block content %}

MCP console

Available tools

{% for group, tools in tool_groups.items() %}

{{ group }}

{% for tool in tools %}
{{ tool }}
{% endfor %}
{% endfor %}
{% endblock %}