{% extends "base.html" %} {% block title %}Authorize - MCP{% endblock %} {% block content %}

Authorize access

{{ client_name }} is requesting access to act on your behalf.

Scope: {{ scope }}

{% for f in fields %} {% endfor %}
{% endblock %}