{% extends "themis/base.html" %} {% block title %}Edit {{ token.name }} — {{ themis_app_name }}{% endblock %} {% block content %}

Edit Token: {{ token.name }}

You can edit metadata below. The token value itself cannot be changed — generate a new token if needed.
{% csrf_token %}
{{ form.name }}
{{ form.expires_at }}

Restrictions (optional)

These restrictions apply only when the token is used by an MCP tool client (e.g. Claude Desktop). They are ignored by the Daedalus REST API and the Mnemosyne web session.

Allowed Tools

{{ form.allowed_tools.help_text }}

{% for choice in form.allowed_tools %} {% endfor %}
Cancel
{% endblock %}