{% extends "musehub/base.html" %} {% block title %} {% if status == "accepted" %}Connection Authorised{% else %}Connection Declined{% endif %} — MuseHub MCP {% endblock %} {% block breadcrumb %}MuseHub / Agent Connection{% endblock %} {% if status == "accepted" %}{% block page_json %}{"page": "elicitation-callback"}{% endblock %}{% endif %} {% block content %}
The agent has been notified. You can close this tab — the workflow will continue automatically in your agent client.
{% else %}The agent has been notified that you declined. The tool call will return gracefully without connecting the service.
{% endif %} {# ── Elicitation ID trace ──────────────────────────────────────────── #}Elicitation: {{ elicitation_id }}
{# ── Auto-close countdown ──────────────────────────────────────────── #} {% if status == "accepted" %}This tab will close automatically in 5s.
{% endif %}