From 1121da1db7d407c8c5144371afc381e2e30ab69a Mon Sep 17 00:00:00 2001 From: Jonathan Amsterdam Date: Tue, 15 Jul 2025 15:22:21 -0400 Subject: [PATCH] Add Go SDK to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3619ef056..845b582415 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ 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)