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

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
__pycache__/
*.pyc
.env
.idea/
.vscode/
venv/
env/
dist/
build/
*.egg-info/