{% extends "base.html" %} {% load static %} {% block title %}MCP 工具管理 - AgomTradePro{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% include "components/classic_tui_migration_banner.html" with screen_key="capability-router.mcp-center" action_key="capability-router.mcp-tools-stats" %}
| Tool | Summary | Schema | Routing | Terminal |
|---|---|---|---|---|
|
{{ tool.name }}
{{ tool.capability_key }}
{{ tool.route_group }}
{{ tool.risk_level }}
|
{{ tool.summary|default:"-" }}
|
查看 input schema{{ tool.input_schema_json|safe }}
|
{% if tool.enabled_for_routing %}已启用{% else %}已关闭{% endif %}
|
{% if tool.enabled_for_terminal %}已启用{% else %}已关闭{% endif %}
|
| 没有匹配的 MCP 工具。 | ||||