Compare commits

..

No commits in common. "main" and "v2.0.0" have entirely different histories.
main ... v2.0.0

2 changed files with 715 additions and 368 deletions

1073
README.md

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "mcp-vultr"
version = "2.0.2"
version = "2.0.0"
description = "A comprehensive Model Context Protocol (MCP) server for managing Vultr DNS records"
readme = "README.md"
license = {text = "MIT"}
@ -73,11 +73,11 @@ test = [
]
[project.urls]
Homepage = "https://git.supported.systems/MCP/mcp-vultr"
Homepage = "https://github.com/rsp2k/mcp-vultr"
Documentation = "https://mcp-vultr.readthedocs.io/"
Repository = "https://git.supported.systems/MCP/mcp-vultr.git"
"Bug Tracker" = "https://git.supported.systems/MCP/mcp-vultr/issues"
Changelog = "https://git.supported.systems/MCP/mcp-vultr/blob/main/CHANGELOG.md"
Repository = "https://github.com/rsp2k/mcp-vultr.git"
"Bug Tracker" = "https://github.com/rsp2k/mcp-vultr/issues"
Changelog = "https://github.com/rsp2k/mcp-vultr/blob/main/CHANGELOG.md"
[project.scripts]
mcp-vultr = "mcp_vultr.cli:main"