# MCP Server dependencies
mcp>=1.0.0
httpx>=0.27.0
pydantic>=2.0.0
pydantic-settings>=2.0.0

# Relay Server & DevCloud Worker dependencies
fastapi>=0.115.0
uvicorn>=0.32.0
websockets>=12.0

# 飞鸽传书（企业微信机器人）
fly-pigeon>=2.0.0

# Authentication
PyJWT>=2.8.0

# Common
python-dotenv>=1.0.0
