From 3bb693403949e8ac6160ed6b78a18fe4d4a5b918 Mon Sep 17 00:00:00 2001 From: thangchung Date: Mon, 24 Mar 2025 14:21:53 +0700 Subject: [PATCH] chore: Fixed typo in README.md + C# SDK --- profile/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profile/README.md b/profile/README.md index cf2aaa4..7a485e7 100644 --- a/profile/README.md +++ b/profile/README.md @@ -26,7 +26,6 @@ The Model Context Protocol (MCP) is an open protocol that enables seamless integ - [Java SDK](https://github.com/modelcontextprotocol/java-sdk) - [Kotlin SDK](https://github.com/modelcontextprotocol/kotlin-sdk) - [C# SDK](https://github.com/modelcontextprotocol/csharp-sdk) -) ## Project Structure @@ -35,7 +34,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