ワンクリックで
csharp-mcp-server-generator
Generate a complete MCP server project in C# with tools, prompts, and proper configuration
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate a complete MCP server project in C# with tools, prompts, and proper configuration
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Aspire skill covering the Aspire CLI, AppHost orchestration, service discovery, integrations, MCP server, VS Code extension, Dev Containers, GitHub Codespaces, templates, dashboard, and deployment. Use when the user asks to create, run, debug, configure, deploy, or troubleshoot an Aspire distributed application.
Create ASP.NET Minimal API endpoints with proper OpenAPI documentation
Clean code principles for writing maintainable, readable code. Use when refactoring, code reviews, or writing new code to improve code quality.
Detailed coding standards and best practices including clean code, SOLID, and common patterns. Use when writing or reviewing code.
Containerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project.
Create a README.md file for the project
| name | csharp-mcp-server-generator |
| description | Generate a complete MCP server project in C# with tools, prompts, and proper configuration |
Create a complete Model Context Protocol (MCP) server in C# with the following specifications:
Host.CreateApplicationBuilder for DI and lifecycle managementAddMcpServer() with stdio transportWithToolsFromAssembly() for automatic tool discoveryRunAsync()[McpServerToolType] attribute on tool classes[McpServerTool] attribute on tool methods[Description] attributes to tools and parametersGenerate a complete, production-ready MCP server with comprehensive documentation and error handling.