Skip to main content
Glama

MCP Feedback Collector

by keizman
CHANGELOG.md994 B
# 更新日志 ## [2.0.1] - 2024 ### 新增功能 - ✅ **窗口自动关闭**: 点击"提交反馈"后窗口自动关闭 - ✅ **一致性改进**: 取消和超时操作也能自动关闭窗口 ### 修改详情 - 在 `submit_feedback()` 方法中添加 `self.root.destroy()` - 在 `cancel()` 方法中添加 `self.root.destroy()` - 在 `timeout_handler()` 方法中添加 `self.root.destroy()` - 更新文档描述,将 PyQt5 改为 tkinter ### 技术说明 - 使用 `self.root.destroy()` 替代仅调用 `self.root.quit()` - `quit()` 只退出主循环,`destroy()` 真正销毁窗口对象 - 确保所有退出场景(提交、取消、超时)都能正确关闭窗口 ### 用户体验改进 - 提交反馈后无需手动关闭窗口 - 操作更加流畅和直观 - 减少了用户的额外操作步骤 --- ## [2.0.0] - 2024 ### 重大更新 - 从 PyQt5 迁移到 tkinter - 改进的用户界面设计 - 支持多图片上传 - 文字和图片组合反馈 - 屏幕居中显示

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/keizman/mcp-feedforward'

If you have feedback or need assistance with the MCP directory API, please join our Discord server