From 6c82d23ef8554fa6212d480c173b1d088f4b474a Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Tue, 15 Apr 2025 20:37:50 -0400 Subject: [PATCH] Augment list of MCP SDKs --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19794890bb..b6fad9f3ab 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,18 @@ This repository is a collection of *reference implementations* for the [Model Co 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. -Each MCP server is implemented with either the [Typescript MCP SDK](https://github.com/modelcontextprotocol/typescript-sdk) or [Python MCP SDK](https://github.com/modelcontextprotocol/python-sdk). +Typically, each MCP server is implemented with an MCP SDK: +- [C# MCP SDK](https://github.com/modelcontextprotocol/csharp-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) > Note: Lists in this README are maintained in alphabetical order to minimize merge conflicts when adding new items. ## 🌟 Reference Servers -These servers aim to demonstrate MCP features and the TypeScript and Python SDKs. +These servers aim to demonstrate MCP features and the official SDKs. - **[AWS KB Retrieval](src/aws-kb-retrieval-server)** - Retrieval from AWS Knowledge Base using Bedrock Agent Runtime - **[Brave Search](src/brave-search)** - Web and local search using Brave's Search API