Metadata-Version: 2.4
Name: mcp-ai-forever
Version: 2.6.8
Summary: 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-URL: Homepage, https://github.com/Minidoracat/mcp-feedback-enhanced
Project-URL: Repository, https://github.com/Minidoracat/mcp-feedback-enhanced
Project-URL: Issues, https://github.com/Minidoracat/mcp-feedback-enhanced/issues
Author-email: Minidoracat <minidora0702@gmail.com>
License-File: LICENSE
Keywords: ai,cross-platform,desktop-app,development,dual-interface,feedback,interactive,mcp,tauri,web-ui
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: MacOS X
Classifier: Environment :: Web Environment
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.11
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: aiomysql>=0.2.0
Requires-Dist: fastapi>=0.115.0
Requires-Dist: fastmcp>=2.0.0
Requires-Dist: jinja2>=3.1.0
Requires-Dist: mcp>=1.9.3
Requires-Dist: psutil>=7.0.0
Requires-Dist: uvicorn>=0.30.0
Requires-Dist: websockets>=13.0.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.21.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# MCP AI Forever

**🌸 动漫粉蓝主题 | 智能 AI 交互工具**

## 🎯 核心功能

这是一个 [MCP 服务器](https://modelcontextprotocol.io/)，提供 **Web UI 交互界面**，用于 AI 辅助开发中的用户反馈和命令执行。

### ✨ 主要特性

- 🎨 **动漫粉蓝主题** - 精美的视觉体验
- 💬 **实时交互** - WebSocket 实时通信
- 👑 **VIP 功能** - 会员时间显示
- 🌐 **多语言支持** - 中文/英文

## 🚀 快速开始

### 安装
```bash
pip install mcp-ai-forever
```

或使用 uvx：
```bash
uvx mcp-ai-forever
```

### MCP 配置

在 VS Code 的 `mcp.json` 中添加：

```json
{
  "servers": {
    "mcp-ai-forever": {
      "command": "uvx",
      "args": ["mcp-ai-forever"],
      "autoApprove": ["interactive_feedback"]
    }
  }
}
```

### 环境变量

| 变量 | 说明 | 默认值 |
|------|------|--------|
| `MCP_DEBUG` | 调试模式 | `false` |
| `MCP_WEB_HOST` | 绑定地址 | `127.0.0.1` |
| `MCP_WEB_PORT` | Web 端口 | `8765` |
| `MCP_LANGUAGE` | 界面语言 | 自动检测 |

## 📧 联系方式

- **邮箱**: dr.bsucs@gmail.com
- **QQ**: 494588788

## 📄 许可证

MIT License
