Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.41 KB

File metadata and controls

26 lines (16 loc) · 1.41 KB

ASP.NET Core extensions for the MCP C# SDK

NuGet version

ASP.NET Core extensions for the official C# SDK for the Model Context Protocol, providing HTTP-based MCP server support. References ModelContextProtocol. Please visit the API documentation for more details on available functionality.

Installation

dotnet add package ModelContextProtocol.AspNetCore

Getting Started

To get started, see the Getting Started guide for installation instructions, package-selection guidance, and complete examples for both clients and servers.

About MCP

The Model Context Protocol (MCP) is an open protocol that standardizes how applications provide context to Large Language Models (LLMs). It enables secure integration between LLMs and various data sources and tools.

For more information about MCP: