A demonstration server built with the C# MCP SDK that exposes two simple tools: generating random numbers and returning random weather conditions. The weather tool accepts configurable choices via the WEATHER_CHOICES environment variable. This is explicitly a sample project meant to show how to build and package MCP servers in C# using the NuGet ecosystem, then distribute them via NuGet.org. You'd use this as a reference implementation when building your own C# based MCP servers rather than as a production tool. The repo includes templates and configuration examples for both local development in VS Code and publishing to the MCP registry.