From ef7ea69154ca5382e2b1a33e1801ceff25716eaa Mon Sep 17 00:00:00 2001 From: Weihan Li Date: Sun, 23 Mar 2025 23:45:05 +0800 Subject: [PATCH] docs: fix readme format --- profile/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profile/README.md b/profile/README.md index cf2aaa4..411e771 100644 --- a/profile/README.md +++ b/profile/README.md @@ -26,7 +26,7 @@ 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 +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