From 3518a5afdffc2cfc83f1a8b9bf87ee58d2ac7e99 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Wed, 11 Jun 2025 17:42:56 -0600 Subject: [PATCH] Update author information to match pyproject.toml Change author from "Claude AI Assistant" to "Ryan Malloy" and email to "ryan@supported.systems" to be consistent with the package metadata in pyproject.toml. --- src/vultr_dns_mcp/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vultr_dns_mcp/__init__.py b/src/vultr_dns_mcp/__init__.py index 3dc6f0a..1e62157 100644 --- a/src/vultr_dns_mcp/__init__.py +++ b/src/vultr_dns_mcp/__init__.py @@ -37,7 +37,7 @@ __all__ = [ ] # Package metadata -__author__ = "Claude AI Assistant" -__email__ = "claude@anthropic.com" +__author__ = "Ryan Malloy" +__email__ = "ryan@supported.systems" __license__ = "MIT" __description__ = "A comprehensive Model Context Protocol server for Vultr DNS management"