From 70cef758a41cc9d94dea60d653741c30c9bd76d3 Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Thu, 1 May 2025 12:02:47 +0100 Subject: [PATCH] Set gemspec --- model_context_protocol.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model_context_protocol.gemspec b/model_context_protocol.gemspec index da6c422f..0f8278d1 100644 --- a/model_context_protocol.gemspec +++ b/model_context_protocol.gemspec @@ -5,8 +5,8 @@ require_relative "lib/model_context_protocol/version" Gem::Specification.new do |spec| spec.name = "model_context_protocol" spec.version = ModelContextProtocol::VERSION - spec.authors = ["Shopify Engineering"] - spec.email = ["gems@shopify.com"] + spec.authors = ["Model Context Protocol"] + spec.email = ["mcp-support@anthropic.com"] spec.summary = "The official Ruby SDK for Model Context Protocol servers and clients" spec.description = spec.summary