{% extends "base.html" %} {% block title %}Available Tools - MCP Manager{% endblock %} {% block page_title %}Available Tools via MCPO{% endblock %} {% block page_subtitle %}List of servers and their methods available through the running MCPO instance{% endblock %} {% block head_extra %} {# Styles for COMPACT design with URL in the header #} {# JS for URL copying - moved to head so function is available before use #} {% endblock %} {% block content %} {# Manager error messages and MCPO status (remain unchanged) #} {% if error_message %}
{{ tools_data.base_url_for_links }}
(from settings).
{{ tools_data.base_url_for_links }}
. It might not be accessible externally. You can specify a public URL in settings.
{{ server_base_url }}
{{ tool.path }}
short_textSummary: {{ tool.summary }}
{% endif %} {% if tool.description and tool.description != "No description" %}descriptionDescription: {{ tool.description }}
{% endif %}