AIPentest/mcp-open-client/requirements.txt
SunZhimin2021 73cdaba3df 添加 mcp-open-client: 基于 MCP 协议的现代化聊天应用
- 支持多 LLM(OpenAI、Claude、DeepSeek 等)
- 完整的 MCP 协议集成
- 现代化 Web UI(基于 NiceGUI)
- 元工具系统
- 中文文档

来源:https://github.com/alejoair/mcp-open-client
2025-10-19 15:43:07 +08:00

25 lines
374 B
Plaintext

# MCP Open Client - Core Dependencies
# Pinned versions for stability and fast installation
# Web Framework
nicegui==2.21.1
# LLM API Client
openai==1.97.1
# MCP Protocol
fastmcp>=2.8.0
# Data Validation
pydantic>=2.8.0,<2.11.0
pydantic-core>=2.20.0,<2.27.0
# Web Server
fastapi==0.116.1
# Utilities
jsonschema>=4.0.0
requests>=2.25.0
websockets>=11.0
tiktoken>=0.5.0