{% extends "base.html" %} {% block title %}MCP Tools – Agent Platform{% endblock %} {% block content %}
Status:
{% if reachable %}
erreichbar
{% else %}
nicht erreichbar
{% if error %}
{{ error }}{% endif %}
{% endif %}
{{ tool.name }}{{ tool.description }}
{% if tool.inputSchema %}{{ tool.inputSchema | tojson(indent=2) }}
{% if reachable %} MCP-Server erreichbar, aber keine Tools registriert. {% else %} MCP-Server nicht erreichbar. Prüfe die Konfiguration. {% endif %}
{% endif %}