Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"args": [
"dnx",
"Microsoft.AITools.BinlogMcp",
"--yes"
"--yes",
"--source",
"https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json"
],
"tools": ["*"]
}
Expand Down
2 changes: 1 addition & 1 deletion eng/allowed-external-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ script:migrate-nullable-references:scripts/Get-NullableReadiness.ps1
tool-ref:msbuild:#tool:web/fetch
tool-ref:msbuild:#tool:agent/runSubagent

# dotnet-msbuild plugin: Microsoft.AITools.BinlogMcp server (binlog analysis MCP from dotnet-eng feed)
# dotnet-msbuild plugin: Microsoft.AITools.BinlogMcp server (binlog analysis MCP from dotnet-public feed)
mcp-server:dotnet-msbuild:binlog
4 changes: 3 additions & 1 deletion plugins/dotnet-msbuild/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"args": [
"dnx",
"Microsoft.AITools.BinlogMcp",
"--yes"
"--yes",
"--source",
"https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json"
],
"tools": ["*"]
}
Expand Down
4 changes: 3 additions & 1 deletion plugins/dotnet-msbuild/.codex-plugin/.mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"args": [
"dnx",
"Microsoft.AITools.BinlogMcp",
"--yes"
"--yes",
"--source",
"https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json"
],
"tools": ["*"]
}
Expand Down
4 changes: 3 additions & 1 deletion plugins/dotnet-msbuild/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"args": [
"dnx",
"Microsoft.AITools.BinlogMcp",
"--yes"
"--yes",
"--source",
"https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json"
],
"tools": ["*"]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Use the available MCP server tools to query the binary log for:
## Fallback workflow — text-log replay (when MCP is unavailable)

Use this only when the MCP server cannot be started (for example, on an older
SDK or in an offline environment without access to the `dotnet-tools` NuGet feed).
SDK or in an offline environment without access to the `dotnet-public` NuGet feed).

### Replay the binlog to text logs

Expand Down
Loading