{% extends "base.html" %} {% block title %}MCPO Settings - MCP Manager{% endblock %} {% block page_title %}MCPO Settings{% endblock %} {% block page_subtitle %}Configuration of mcpo server startup parameters and manager interface{% endblock %} {% block head_extra %} {% endblock %} {% block content %} {% if error %}
error_outlineError: {{ error }}
{% endif %} {% if success %}
check_circle_outlineSuccess: {{ success }}
{% endif %}
Core MCPO Settings
settings_input_antenna Port for running the mcpo server on this machine (1024-65535).
public URL for external links. If empty, http://127.0.0.1:PORT is used.
key Key for protecting endpoints (Bearer token).
description Filename for the MCPO config (relative to data dir). Used for generated or manual config.
assignment Filename for mcpo process logs (relative to data dir). If empty, logs go to stdout/stderr.
Manual Configuration Mode: {% if settings and settings.manual_config_mode_enabled %} toggle_onEnabled {% else %} toggle_offDisabled {% endif %} This setting is managed on the main "Servers & MCPO Control" page.
Log Display in Manager
timer How often to refresh logs on the logs page (5-3600 sec).
MCPO Health Check & Auto-Restart

Enable periodic checking of MCPO availability via an echo request.

timer Check frequency on success (minimum 5 sec).
error_outline Consecutive failures before restart (minimum 1).
replay Pause between failed checks (minimum 1 sec).

Restart mcpo if checks fail.

info_outline The check uses the built-in echo server {{ settings.INTERNAL_ECHO_SERVER_NAME }}. Command: {{ settings.INTERNAL_ECHO_SERVER_COMMAND }} {{ ' '.join(settings.INTERNAL_ECHO_SERVER_ARGS) }}.
cancelCancel
{% endblock %}