From 652a06ca6f30041e10317fd10e5d5b20158607e0 Mon Sep 17 00:00:00 2001 From: Ates Goral Date: Thu, 5 Jun 2025 00:57:47 -0400 Subject: [PATCH 1/2] Update title + desc and add badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fea9dbf6..68e83684 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Model Context Protocol +# MCP Ruby SDK ![Gem Version](https://img.shields.io/gem/v/mcp) ![MIT licensed](https://img.shields.io/badge/license-MIT-green) -A Ruby gem for implementing Model Context Protocol servers +The official Ruby SDK for Model Context Protocol servers and clients. ## Installation From 9d7871771815b8407d71ad253906c4d6c7f3a8b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ate=C5=9F=20G=C3=B6ral?= Date: Thu, 5 Jun 2025 09:16:42 -0400 Subject: [PATCH 2/2] Add CI badge Co-authored-by: Koichi ITO --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68e83684..615c4c44 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MCP Ruby SDK ![Gem Version](https://img.shields.io/gem/v/mcp) ![MIT licensed](https://img.shields.io/badge/license-MIT-green) +# MCP Ruby SDK ![Gem Version](https://img.shields.io/gem/v/mcp) ![MIT licensed](https://img.shields.io/badge/license-MIT-green) [![CI](https://github.com/modelcontextprotocol/ruby-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/modelcontextprotocol/ruby-sdk/actions/workflows/ci.yml) The official Ruby SDK for Model Context Protocol servers and clients.