MCP Csharp Create

Create MCP servers using the C# SDK and .NET project templates. Covers scaffolding, tool/prompt/resource implementation, and transport configuration for stdio and HTTP. USE FOR: creating new MCP server projects, scaffolding with dotnet new mcpserver, adding MCP tools/prompts/resources, choosing stdio vs HTTP transport, configuring MCP hosting in Program.cs, setting up ASP.NET Core MCP endpoints with MapMcp. DO NOT USE FOR: debugging or running existing servers (use mcp-csharp-debug), writing tests (use mcp-csharp-test), publishing or deploying (use mcp-csharp-publish), building MCP clients, non-.NET MCP servers.

bouclem c32594c 3 files · 19.7 KB Updated 7 repo stars

File contents

bouclem/skills/tree/main/SKILLS/LANGUAGES/CSHARP/001-mcp-csharp-create commit c32594cb6f

Frequently asked questions

npx skillmds@latest add bouclem/mcp-csharp-create