用户反馈 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 工具进行交互以进行测试。
可用工具
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
简单的 MCP 服务器,可在 Cline 和 Cursor 等工具中实现人机交互工作流。这对于开发需要测试复杂用户交互的桌面应用程序尤其有用。
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server to run commands.Last updated -2933160TypeScriptMIT License
- AsecurityAlicenseAqualityA template for creating custom tools for Cursor IDE using Model Context Protocol (MCP), allowing developers to extend Cursor's functionality with their own server-based tools.Last updated -112PythonMIT License
- -securityFlicense-qualityAn MCP server that provides detailed information about your development environment to the Cursor code editor, enabling more context-aware assistance.Last updated -1Python
- -securityFlicense-qualityA tool that generates MCP servers for Smithery with Cursor IDE integration, allowing users to quickly create servers from templates such as Basic, Web Search, or Database interactions.Last updated -JavaScript