Initial commit: Vultr MCP Server

This commit is contained in:
2026-01-24 12:45:51 +08:00
commit 73366f4395
17 changed files with 2582 additions and 0 deletions

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
vultr-python-client>=1.0.0
mcp>=1.0.0
python-dotenv>=1.0.0
fastapi>=0.104.0
uvicorn>=0.24.0
httpx>=0.25.0