From d1e30558b30def5f2d619600da17c3cc744e3d25 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Tue, 29 Jul 2025 02:16:07 +0900 Subject: [PATCH] Add some SDK links This PR adds Ruby, Rust, and Swift SDK links to README. Synced with the following: https://github.com/modelcontextprotocol/modelcontextprotocol/blob/0695a497eb50a804fc0e88c18a93a21a675d6b3e/docs/docs/sdk.mdx?plain=1#L8-L56 In accordance with the Note that follows: > Note: Lists in this README are maintained in alphabetical order to minimize merge conflicts when adding new items. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f22de58cf..57ac8cc7ee 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,16 @@ to community built servers and additional resources. The servers in this repository showcase the versatility and extensibility of MCP, demonstrating how it can be used to give Large Language Models (LLMs) secure, controlled access to tools and data sources. Typically, each MCP server is implemented with an MCP SDK: + - [C# MCP SDK](https://github.com/modelcontextprotocol/csharp-sdk) - [Go MCP SDK](https://github.com/modelcontextprotocol/go-sdk) - [Java MCP SDK](https://github.com/modelcontextprotocol/java-sdk) - [Kotlin MCP SDK](https://github.com/modelcontextprotocol/kotlin-sdk) - [Python MCP SDK](https://github.com/modelcontextprotocol/python-sdk) -- [Typescript MCP SDK](https://github.com/modelcontextprotocol/typescript-sdk) +- [Ruby MCP SDK](https://github.com/modelcontextprotocol/ruby-sdk) +- [Rust MCP SDK](https://github.com/modelcontextprotocol/rust-sdk) +- [Swift MCP SDK](https://github.com/modelcontextprotocol/swift-sdk) +- [TypeScript MCP SDK](https://github.com/modelcontextprotocol/typescript-sdk) > Note: Lists in this README are maintained in alphabetical order to minimize merge conflicts when adding new items.