BinlogMcp 0.1.3
dotnet tool install --global BinlogMcp --version 0.1.3
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local BinlogMcp --version 0.1.3
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=BinlogMcp&version=0.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package BinlogMcp --version 0.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Binlog MCP
Model Context Protocol to read and analyze MSBuild .binlog files.
Install:
dotnet tool update -g binlogmcp
Configure your MCP-aware client. For VS Code, add to .vscode/mcp.json:
{
"servers": {
"binlogmcp": {
"type": "stdio",
"command": "binlogmcp"
}
}
}
Then just ask the LLM to open a binlog and paste the path.
It can call get_llm_guide if it needs help.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.