New request
#3042: Feature Request: Add MCP Tool Shortcuts
We'll provision a sandbox, run an agent against the issue, and open a draft PR. You can pull the branch and iterate from there.
Issue
enhancementuxcommands
功能描述
在 WebUI 中添加 MCP 工具快捷方式功能,让用户可以将常用的 MCP 工具添加为快捷方式,方便快速调用。
背景
目前 MCP Server 管理已完善(System Settings → MCP Servers),用户可以启用/禁用 server,但每次调用具体工具仍需通过自然语言描述。添加快捷方式可以提升效率。
预期行为
- 用户可以为常用的 MCP 工具创建快捷方式
- 快捷方式可在工具列表或独立面板中展示
- 点击快捷方式即可快速调用对应工具
技术参考
- static/panels.js 中已有 MCP Tools 列表(_renderMcpTools, loadMcpTools 等函数,行 ~7751-7817)
环境
- hermes-webui latest
- macOS
Assessmentadvisory
feature● easy90% confidence
Localized UI enhancement adding shortcut affordances to existing MCP tool list in frontend panel code.
Likely files
- static/panels.js
- static/ui.js
- static/styles.css
- static/i18n.js
Create the request