Files
dotnet__skills/plugins/dotnet-msbuild/plugin.json
T
2026-09-07 09:14:35 +00:00

25 lines
591 B
JSON

{
"name": "dotnet-msbuild",
"version": "0.1.10",
"description": "Comprehensive MSBuild and .NET build skills: failure diagnosis, performance optimization, code quality, and modernization.",
"skills": ["./skills/"],
"agents": [
"./agents/build-perf.agent.md",
"./agents/msbuild-code-review.agent.md",
"./agents/msbuild.agent.md"
],
"mcpServers": {
"binlog": {
"type": "stdio",
"command": "dotnet",
"args": [
"dnx",
"Microsoft.AITools.BinlogMcp",
"--yes",
"--prerelease"
],
"tools": ["*"]
}
}
}