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:
8
requirements.txt
Normal file
8
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user