{% extends "base.html" %} {% block title %}Settings - Bybit MCP{% endblock %} {% block content %}

Bybit API Settings

Configure your Bybit API credentials

{% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% endif %}
{% endblock %}