2026-06-30 10:48:41 -07:00
|
|
|
{
|
|
|
|
|
"name": "dotnet-msbuild",
|
2026-09-07 09:14:35 +00:00
|
|
|
"version": "0.1.10",
|
2026-06-30 10:48:41 -07:00
|
|
|
"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",
|
2026-08-04 11:19:58 +02:00
|
|
|
"--yes",
|
2026-08-05 10:51:10 +02:00
|
|
|
"--prerelease"
|
2026-06-30 10:48:41 -07:00
|
|
|
],
|
|
|
|
|
"tools": ["*"]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|