- Rename package from vultr-dns-mcp to mcp-vultr for MCP organization
- Update module name from vultr_dns_mcp to mcp_vultr throughout codebase
- Rename src/vultr_dns_mcp/ to src/mcp_vultr/
- Update all import statements and references in Python files
- Update documentation files (README.md, CLAUDE.md, etc.)
- Update CLI script names in pyproject.toml
- Update test files with new import paths
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
This script helps keep version numbers in sync between pyproject.toml
and _version.py. It can check sync status, update _version.py to match
pyproject.toml, or set both files to a new version.
Usage:
- python sync_version.py # Check sync status
- python sync_version.py --update # Update _version.py to match pyproject.toml
- python sync_version.py --set 1.0.2 # Set both versions to 1.0.2