io.github.YuliiaKovalova/dotnet-template-mcp✓
io.github.YuliiaKovalova/dotnet-template-mcp · v1.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.YuliiaKovalova/dotnet-template-mcp",
"description": "Search, inspect, preview, and create .NET projects from dotnet new templates via AI agents.",
"repository": {
"url": "https://github.com/YuliiaKovalova/dotnet-template-mcp",
"source": "github",
"id": "1159945491"
},
"version": "1.0.1",
"packages": [
{
"registryType": "nuget",
"identifier": "DotnetTemplateMCP",
"version": "1.0.1",
"runtimeHint": "dnx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "Auto-confirm package installation",
"isRequired": true,
"format": "string",
"value": "-y",
"type": "positional"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}