{% extends "base.html" %} {% block title %}Claude Config — MCP Factory{% endblock %} {% block content %}
{% if config_exists %} Config file exists {% else %} Not created yet {% endif %}

Path: {{ config_path }}

{% include "partials/config_list.html" %}
{% endblock %}