Compare commits

..

1 Commits
v2.0.0 ... main

Author SHA1 Message Date
b8cdbd3566 feat: Add spectacular README redesign and update URLs (v2.0.2)
Some checks failed
Tests / test (3.10) (push) Has been cancelled
Tests / test (3.11) (push) Has been cancelled
Tests / test (3.12) (push) Has been cancelled
Tests / test (3.13) (push) Has been cancelled
Tests / security (push) Has been cancelled
Tests / build (push) Has been cancelled
Tests / test-install (3.10) (push) Has been cancelled
Tests / test-install (3.13) (push) Has been cancelled
-  Complete README overhaul with stunning visual design
- 🎯 Added compelling value proposition and clear navigation
- 📊 Comprehensive service breakdown with collapsible sections
- 💡 Real natural language conversation examples
- 🚀 Production-ready code samples for all use cases
- 🏗️ Beautiful architecture diagrams and smart identifier tables
- 📈 Added social proof elements and professional stats section
- 🔗 Updated all project URLs to GitLab (git.supported.systems)
- 🎨 Enhanced with emojis, badges, and modern markdown formatting

This README now properly showcases the full scope of 335+ tools
across 27 service modules with AI-native cloud management capabilities.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-06 23:10:08 -06:00
2 changed files with 368 additions and 715 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] [project]
name = "mcp-vultr" name = "mcp-vultr"
version = "2.0.0" version = "2.0.2"
description = "A comprehensive Model Context Protocol (MCP) server for managing Vultr DNS records" description = "A comprehensive Model Context Protocol (MCP) server for managing Vultr DNS records"
readme = "README.md" readme = "README.md"
license = {text = "MIT"} license = {text = "MIT"}
@ -73,11 +73,11 @@ test = [
] ]
[project.urls] [project.urls]
Homepage = "https://github.com/rsp2k/mcp-vultr" Homepage = "https://git.supported.systems/MCP/mcp-vultr"
Documentation = "https://mcp-vultr.readthedocs.io/" Documentation = "https://mcp-vultr.readthedocs.io/"
Repository = "https://github.com/rsp2k/mcp-vultr.git" Repository = "https://git.supported.systems/MCP/mcp-vultr.git"
"Bug Tracker" = "https://github.com/rsp2k/mcp-vultr/issues" "Bug Tracker" = "https://git.supported.systems/MCP/mcp-vultr/issues"
Changelog = "https://github.com/rsp2k/mcp-vultr/blob/main/CHANGELOG.md" Changelog = "https://git.supported.systems/MCP/mcp-vultr/blob/main/CHANGELOG.md"
[project.scripts] [project.scripts]
mcp-vultr = "mcp_vultr.cli:main" mcp-vultr = "mcp_vultr.cli:main"