Wraps the dotnet new template engine so your agent can search, preview, and scaffold .NET projects without memorizing CLI flags. Beyond basic instantiation, you get template_validate to catch authoring errors before publishing, template_from_intent to map natural language to the right template and parameters, and template_compose for multi-step workflows like creating a solution plus adding gitignore in one shot. The server auto-resolves templates from NuGet if missing, handles Central Package Management by stripping versions and updating Directory.Packages.props, and fetches latest stable package versions instead of using stale defaults. Runs over stdio by default or HTTP for remote deployments. Ships as a .NET global tool or via dnx for zero-install usage.