{% extends "base.html" %} {% load static %} {% block title %}MCP 工具管理 - AgomTradePro{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
| Tool | Summary | Schema | Routing | Terminal |
|---|---|---|---|---|
|
{{ tool.name }}
{{ tool.capability_key }}
{{ tool.route_group }}
{{ tool.risk_level }}
|
{{ tool.summary|default:"-" }}
|
查看 input schema{{ tool.input_schema|pprint }}
|
{% if tool.enabled_for_routing %}已启用{% else %}已关闭{% endif %}
|
{% if tool.enabled_for_terminal %}已启用{% else %}已关闭{% endif %}
|
| 没有匹配的 MCP 工具。 | ||||