Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility.
Project description
MCP Feedback Enhanced
🔧 本地定制版本说明
感谢原作者的反馈项目,本版本修复了以下问题并新增功能:
✅ 已修复问题
- MCP stdio 输出污染问题 (v2.6.2):修复 FastMCP banner 输出到 stdout 导致 MCP 协议失败的问题,现在 stdout 保持纯净的 JSON-RPC 消息
- 超时设置问题:修复了超时时间永远是 600s 的问题,现已修复默认 24 小时超时,可以长时间等待反馈啦
- 图片上传问题:修复了无法上传图片报错序列号错误的问题,现已支持更多类型图片
- 断网重连功能:新增断网不断链接功能,现在可以离线同一个会话等待(适合使用手机热点为电脑提供互联网的场景)
🚀 如何使用
Fork 本项目到本地,在 Cursor 中配置:
{
"mcpServers": {
"mcp-feedback-enhanced-local": {
"command": "uv",
"args": [
"run",
"--directory",
"C:\\Users\\Administrator\\Desktop\\project\\mcp-feedback-enhanced-main",
"python",
"-m",
"mcp_feedback_enhanced"
],
"timeout": 86400,
"env": {
"MCP_DEBUG": "false",
"MCP_WEB_HOST": "127.0.0.1",
"MCP_WEB_PORT": "8765",
"MCP_DESKTOP_MODE": "false",
"MCP_LANGUAGE": "zh-CN"
},
"autoApprove": ["interactive_feedback"]
}
}
}
注意:请将
"C:\\Users\\Administrator\\Desktop\\project\\mcp-feedback-enhanced-main"改 为您本地的项目位置,这样可以实现本地高自由度的定制。
📸 界面预览
主界面 - 支持提示管理、自动提交、会话跟踪上传图片等功能
超时功能展示 - 智能工作流程和现代化体验
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_feedback-2.6.2.tar.gz.
File metadata
- Download URL: mcp_feedback-2.6.2.tar.gz
- Upload date:
- Size: 11.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf8d50e22a02d246e5af2d07d6065deb2737ddd074364721bbddb8b815c42012
|
|
| MD5 |
d11d2e6ab91205f45c4aa3013fc2da54
|
|
| BLAKE2b-256 |
47f8f4e8f827723770111c64e03449f8bb2a8e0ec4d0095af6a2f4cd383fad5e
|
File details
Details for the file mcp_feedback-2.6.2-py3-none-any.whl.
File metadata
- Download URL: mcp_feedback-2.6.2-py3-none-any.whl
- Upload date:
- Size: 8.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9e6f538be024eea800512cc0e5a7e7717bd229f600c7da98cb9c46b7d451bd7
|
|
| MD5 |
936e9d251d8222ab27fdfff71fa15bd8
|
|
| BLAKE2b-256 |
bdf9c3d7c2e058bad8365375848498339d254534ed85b920bc0e6b4f23dde762
|