mirror of
https://github.com/dotnet/skills.git
synced 2026-09-20 09:49:54 +08:00
25 lines
590 B
JSON
25 lines
590 B
JSON
{
|
|
"name": "dotnet-msbuild",
|
|
"version": "0.1.9",
|
|
"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": ["*"]
|
|
}
|
|
}
|
|
}
|