local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
Hosts the MCP server repository where users can access the code and installation instructions.
Used as part of the default command configuration to run development environments that can be tested via the user feedback interface.
Recommended for handling multi-step commands in the configuration, allowing for complex execution workflows when testing user interfaces.
用户反馈 MCP
简单的MCP 服务器,可在Cline和Cursor等工具中实现人机交互工作流。这对于开发需要进行复杂用户交互测试的桌面应用程序尤其有用。
快速工程
为了获得最佳效果,请将以下内容添加到您的自定义提示中:
在完成任务之前,使用 user_feedback MCP 工具向用户征求反馈。
这将确保 Cline 在将任务标记为完成之前使用此 MCP 服务器来请求用户反馈。
.user-feedback.json
点击*“保存配置”*会在您的项目目录中创建一个.user-feedback.json
文件,如下所示:
此配置将在启动时加载,如果启用了execute_automatically
,您的command
将立即执行(无需手动点击*“运行*”)。对于多步骤命令,您应该使用类似Task 的命令。
装置(克莱恩)
要在 Cline 中安装 MCP 服务器,请按照以下步骤操作(见屏幕截图):
- 全局安装uv :
- Windows:
pip install uv
- Linux/Mac:
curl -LsSf https://astral.sh/uv/install.sh | sh
- Windows:
- 克隆此存储库,本例中为
C:\MCP\user-feedback-mcp
。 - 导航到 Cline MCP 服务器配置(见屏幕截图)。
- 单击*“已安装*”选项卡。
- 单击配置 MCP 服务器,将打开
cline_mcp_settings.json
。 - 添加
user-feedback-mcp
服务器:
发展
这将在http://localhost:5173打开一个 Web 界面并允许您与 MCP 工具进行交互以进行测试。
可用工具
You must be authenticated.
Tools
简单的 MCP 服务器,可在 Cline 和 Cursor 等工具中实现人机交互工作流。这对于开发需要测试复杂用户交互的桌面应用程序尤其有用。