{% extends "base.html" %} {% import "partials/macros.html" as m %} {% block title %}Settings -- ProducerOS{% endblock %} {% block page_heading %}Settings{% endblock %} {% block content %}
Version: {{ app_version }}
Environment: {{ app_env }}
Data directory: {{ data_dir }}
Status: {% if mcp_enabled %}{{ m.checklist_badge("passed") }} Enabled ({{ mcp_bind }}:{{ mcp_port }}){% else %}Disabled{% endif %}
Enable or disable in config.toml under [mcp] enabled = true/false, then restart ProducerOS. See docs/MCP.md.
Default system stage identifiers are always preserved even if hidden here.
ProducerOS keeps running in the background even after you close this browser tab, so that reopening it is instant. Use this to stop it completely -- worth doing before installing a ProducerOS update.