Summary
- Scaffold a production-ready C# MCP server with tools, logging, and proper configuration.
- Generates a complete .NET 8.0+ console application with Host builder pattern, DI configuration, and stdio transport setup Includes automatic tool discovery via WithToolsFromAssembly() , attribute-based tool definitions, and structured logging routed to stderr Provides example tool implementations with parameter validation, async support, and McpProtocolException error handling Covers project structure, NuGet dependencies, XML documentation, nullable reference types, and testing guidance with MCP client examples