Skip to content

Commit 32f5e07

Browse files
Update README.md
1 parent c9ed453 commit 32f5e07

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.MD

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# MCP .NET SDK
1+
# MCP C# SDK
22

3-
The official .NET SDK for the [Model Context Protocol](https://modelcontextprotocol.io/), enabling .NET applications to connect to and interact with MCP clients and servers.
3+
The official C# SDK for the [Model Context Protocol](https://modelcontextprotocol.io/), enabling .NET applications to connect to and interact with MCP clients and servers.
44

55
> [!NOTE]
66
> This repo is still in preview, breaking changes can be introduced without prior notice.
@@ -14,17 +14,6 @@ For more information about MCP:
1414
- [Protocol Specification](https://spec.modelcontextprotocol.io/)
1515
- [GitHub Organization](https://github.com/modelcontextprotocol)
1616

17-
## Features
18-
19-
- MCP implementation for .NET applications
20-
- Support for stdio and SSE transports (Clients)
21-
- Support for stdio transport (Servers)
22-
- Support for all MCP capabilities: Tool, Resource, Prompt, Sampling, Roots
23-
- Support for the Completion utility capability
24-
- Support for server instructions, pagination and notifications
25-
- Comprehensive logging support
26-
- Compatible with .NET 8.0 and later
27-
2817
## Getting Started (Client)
2918

3019
Then create a client and start using tools, or other capabilities, from the servers you configure:

0 commit comments

Comments
 (0)