Skip to main content
Glama
__init__.py1.06 kB
#!/usr/bin/env python3 """ MCP Interactive Feedback Enhanced ================================== 互動式用戶回饋 MCP 伺服器,提供 AI 輔助開發中的回饋收集功能。 作者: Fábio Ferreira 增強功能: Web UI 支援、圖片上傳、現代化界面設計 特色: - Web UI 介面支援 - 智慧環境檢測 - 命令執行功能 - 圖片上傳支援 - 現代化深色主題 - 重構的模組化架構 """ __version__ = "2.6.0" __author__ = "Minidoracat" __email__ = "minidora0702@gmail.com" import os from .server import main as run_server # 導入新的 Web UI 模組 from .web import WebUIManager, get_web_ui_manager, launch_web_feedback_ui, stop_web_ui # 保持向後兼容性 feedback_ui = None # 主要導出介面 __all__ = [ "WebUIManager", "__author__", "__version__", "feedback_ui", "get_web_ui_manager", "launch_web_feedback_ui", "run_server", "stop_web_ui", ] def main(): """主要入口點,用於 uvx 執行""" from .__main__ import main as cli_main return cli_main()

Latest Blog Posts

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/find-xposed-magisk/mcp-feedback'

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