Skip to content

Commit fd047c0

Browse files
authored
Merge pull request #1446 from modelcontextprotocol/stephentoub-patch-1
Augment list of MCP SDKs
2 parents 0a2dbd3 + c64bd70 commit fd047c0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@ This repository is a collection of *reference implementations* for the [Model Co
44
to community built servers and additional resources.
55

66
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.
7-
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).
7+
Typically, each MCP server is implemented with an MCP SDK:
8+
- [C# MCP SDK](https://github.com/modelcontextprotocol/csharp-sdk)
9+
- [Java MCP SDK](https://github.com/modelcontextprotocol/java-sdk)
10+
- [Kotlin MCP SDK](https://github.com/modelcontextprotocol/kotlin-sdk)
11+
- [Python MCP SDK](https://github.com/modelcontextprotocol/python-sdk)
12+
- [Typescript MCP SDK](https://github.com/modelcontextprotocol/typescript-sdk)
813

914
> Note: Lists in this README are maintained in alphabetical order to minimize merge conflicts when adding new items.
1015
1116
## 🌟 Reference Servers
1217

13-
These servers aim to demonstrate MCP features and the TypeScript and Python SDKs.
18+
These servers aim to demonstrate MCP features and the official SDKs.
1419

1520
- **[Everything](src/everything)** - Reference / test server with prompts, resources, and tools
1621
- **[Fetch](src/fetch)** - Web content fetching and conversion for efficient LLM usage

0 commit comments

Comments
 (0)