From 931d964d05ca31b3d5a4681939f336a2412b08a0 Mon Sep 17 00:00:00 2001 From: Vardhaman Deshpande Date: Sun, 23 Mar 2025 19:47:45 +0530 Subject: [PATCH] Update README.md added missing bullet point. --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index cf2aaa4..2a05fea 100644 --- a/profile/README.md +++ b/profile/README.md @@ -35,7 +35,7 @@ The Model Context Protocol (MCP) is an open protocol that enables seamless integ - [python-sdk](https://github.com/modelcontextprotocol/python-sdk) - Python implementation - [java-sdk](https://github.com/modelcontextprotocol/java-sdk) - Java implementation - [kotlin-sdk](https://github.com/modelcontextprotocol/kotlin-sdk) - Kotlin implementation - [csharp-sdk](https://github.com/modelcontextprotocol/csharp-sdk) - C# implementation +- [csharp-sdk](https://github.com/modelcontextprotocol/csharp-sdk) - C# implementation - [docs](https://github.com/modelcontextprotocol/docs) - User documentation and guides - [create-python-server](https://github.com/modelcontextprotocol/create-python-server) - Python server template - [create-typescript-server](https://github.com/modelcontextprotocol/create-typescript-server) - TypeScript server template