← Back to Plugins
MCP Server MCP

io.github.YuliiaKovalova/dotnet-template-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for dotnet new: discover, inspect, preview and create .NET projects from templates.

Homepage Verified source GitHub

Install

nuget:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "nuget",
      "identifier": "DotnetTemplateMCP",
      "version": "2.0.0",
      "runtimeHint": "dnx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Auto-confirm package installation",
          "isRequired": true,
          "format": "string",
          "value": "-y",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol nuget

Comments

Sign in to leave a comment

Loading comments...