Add deployment scripts and documentation

- Add deployment scripts (deploy.sh, test_connection.sh, core/start_server.sh)
- Add deployment documentation (DEPLOYMENT_INFO.md, DEPLOYMENT_SUCCESS.md)
- Add .env.example configuration template
- Add requirements.txt for Python dependencies
- Update README.md with latest information
- Update core/server.py with improvements

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
你的用户名
2025-11-04 15:19:44 +08:00
parent a05a7dd40e
commit c4be264ea5
9 changed files with 911 additions and 1 deletions

8
requirements.txt Normal file
View File

@@ -0,0 +1,8 @@
mcp>=1.12.0
telethon>=1.34.0
starlette>=0.41.0
uvicorn>=0.29.0
httpx>=0.28.0
pydantic>=2.0.0
python-dotenv>=1.0.0
PySocks>=1.7.1