Demonstrates Model Context Protocol (MCP) server implementation using the C# SDK, with additional examples for resources and prompts.
Explore the Model Context Protocol (MCP) server implementation with this practical C# SDK guide. This repository expands upon the official quickstart tutorial by providing clear, concrete examples for defining `resources` and `prompts`, in addition to the `tools` covered in the original documentation. It serves as an excellent resource for C# developers aiming to integrate and manage AI models within their applications using the MCP framework.
主な機能
01Focuses on C# implementation details for MCP servers
020 GitHub stars
03Covers beyond basic `tools` integration
04Expands official MCP C# SDK tutorial content
05Provides concrete examples for MCP `prompts`
06Provides concrete examples for MCP `resources`
ユースケース
01Learning MCP server development with C#
02Referencing practical C# SDK examples for MCP
03Implementing `resources` and `prompts` in C# MCP servers