{% extends "base.html" %} {% block content %} Configuration Geepers reads MCP settings from environment variables. MCP_BASE_URL (current: {{ mcp_url }}) GEEPERS_API_KEY (set: {{ 'yes' if current_app.config.get('GEEPERS_API_KEY') else 'no' }}) Update .env or service manager values to change them. {% endblock %}
Geepers reads MCP settings from environment variables.
MCP_BASE_URL
GEEPERS_API_KEY
Update .env or service manager values to change them.
.env