Proxy de supervision MCP — File d'attente

en attente…

Plans MCP en attente de validation

{% for p in pending_plans %} {% endfor %}
Reçu à # appels Serveurs Question reformulée Action
{{ p.created_at }} {{ p.n_calls }} {{ p.servers | join(', ') }} {{ p.question }} Examiner
{% if not pending_plans %}

Aucun plan MCP en attente.

{% endif %}

Validations unitaires en attente (hérité V0.2)

{% for v in pending %} {% endfor %}
Reçu à MCP Outil Aperçu paramètres Action
{{ v.created_at }} {{ v.mcp }} {{ v.tool }} {{ v.outbound_payload_preview }} Examiner
{% if not pending %}

Aucune validation unitaire en attente.

{% endif %}

Historique récent (7 derniers jours)

{% for h in history %} {% set is_plan = h.get('kind') == 'plan' %} {% endfor %}
Reçu à Type Cible Statut Détail
{{ h.get('created_at', '') }} {% if is_plan %} PLAN · {{ h.get('n_calls', '?') }} {% else %} VALIDATION {% endif %} {% if is_plan %} {{ (h.get('servers') or []) | join(', ') }}
{{ h.get('question', '')[:120] }} {% else %} {{ h.get('mcp', '') }} · {{ h.get('tool', '') }} {% endif %}
{{ h.get('status', '') }} {% if is_plan %} Voir {% else %} Voir {% endif %}
{% if not history %}

Aucun audit dans la période.

{% endif %}