{% extends "base.html" %} {% block title %}Streaming ยท Litmus MCP Server{% endblock %} {% block content %}

Litmus MCP Server

{% if has_history %}
{% endif %}
Streaming is currently in beta and only supported with Anthropic models.
Press Enter to send  ·  Shift+Enter for newline
{% for exchange in chat_log %}
You
{{ exchange.user | safe }}
{{ exchange.model | safe }}
{{ exchange.assistant | safe }}
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}