{% extends "base.html" %} {% block title %}Server Management - MCP Manager{% endblock %} {% block page_title %}Servers & MCPO Control{% endblock %} {% block page_subtitle %}Overview of MCP server definitions and mcpo process control{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
Loading status...
{{ mcpo_settings.port }}
{{ mcpo_settings.public_base_url if mcpo_settings.public_base_url else 'Not set (uses http://127.0.0.1:port)' }}
{{ 'Yes' if mcpo_settings.use_api_key else 'No' }}
{{ mcpo_settings.api_key if mcpo_settings.api_key else 'Not set' }}
{{ mcpo_settings.config_file_path }}
{{ mcpo_settings.log_file_path if mcpo_settings.log_file_path else 'Not set (logs to stdout/stderr)' }}
{{ 'Enabled' if mcpo_settings.health_check_enabled else 'Disabled' }}
{% if mcpo_settings.health_check_enabled %}
(Interval: {{mcpo_settings.health_check_interval_seconds}}s,
Attempts: {{mcpo_settings.health_check_failure_attempts}},
Auto-Restart: {{'On' if mcpo_settings.auto_restart_on_failure else 'Off'}})
{% endif %}
Displays the current content of the configuration file {{ mcpo_settings.config_file_path }}
.
It is generated when "Apply and Restart" is clicked.
Loading configuration content...
{# Loading indicator specific to this section #}
On | Name | Type | Details | Actions |
---|---|---|---|---|
No server definitions found. {# --- UPDATED LINK --- Points to the new add page #} Add some? |