{% extends "base.html" %} {% block title %}Session {{ session.session_id[:8] }} - Memory MCP Dashboard{% endblock %} {% block content %}
{{ session.created_at[:16] }} {% if session.project_path %} · {{ session.project_path }} {% endif %}
Memories Created
{{ memories|length }}
In Hot Cache
{{ memories|selectattr('is_hot')|list|length }}
Session ID
{{ session.session_id[:16] }}...
Status
{% if session.ended_at %}Ended
{% else %}Active
{% endif %}| ID | Type | Content | Hot |
|---|---|---|---|
| #{{ memory.id }} | {{ memory.memory_type|type_value }} |
{{ memory.content }} |
{% if memory.is_hot %} {% else %} — {% endif %} |
| No memories in this session | |||