{% extends "layout.html" %} {% block title %}Settings - {{ console_display_name() }}{% endblock %} {% block header_title %}{{ console_display_name() }} v{{ get_version() }}{% endblock %} {% block head %} {% endblock %} {% block content %}
SETTINGS
{% set _tenant = is_multitenant if is_multitenant is defined else is_multitenant_posture() %} {% if _tenant %} PROFILE {% endif %}
MCP Settings
MCP Enabled
Yes
Include Global Servers
Yes
Max Custom Servers 10
Platform Servers
These servers are provided by the platform. Use the tool ID in your session's tools array.
Loading platform servers...
Your Servers
Loading your servers...
System Skills
System skills are automatically loaded based on your task and tools. They provide domain-specific workflows and best practices.
Loading system skills...
Your Custom Skills
Create custom skills to teach the agent your specific workflows and methodologies.
Loading your skills...
{% endblock %} {% block scripts %} {% endblock %}