Skip to content

Add Binlog MCP Server to the catalog#2729

Open
YuliiaKovalova wants to merge 3 commits into
microsoft:mainfrom
YuliiaKovalova:add-binlog-mcp-catalog-entry
Open

Add Binlog MCP Server to the catalog#2729
YuliiaKovalova wants to merge 3 commits into
microsoft:mainfrom
YuliiaKovalova:add-binlog-mcp-catalog-entry

Conversation

@YuliiaKovalova

Copy link
Copy Markdown

What does this PR do?

Adds Binlog MCP Server to the catalog of "MCP Servers available from Microsoft" in README.md, following the same model as NuGet MCP Server (#29) — a Mode-2 catalog-only listing where the source code lives in its own repository.

The entry is inserted alphabetically between Azure Kubernetes Service (AKS) and GitHub.

Server summary

  • Description: A Model Context Protocol (MCP) server for analyzing MSBuild binary logs (.binlog files). Exposes structured access to build errors, warnings, targets, tasks, and properties so AI agents can triage CI failures and answer build-diagnostic questions.
  • Source: lives in an internal Microsoft repository; issues, discussions, and skill-integration tracking are at dotnet/skills.
  • Distribution: published to the public dnceng/dotnet-tools Azure DevOps NuGet feed as Microsoft.AITools.BinlogMcp (current version 1.0.0-preview.26272.1).
  • Transport: stdio.
  • Tools: ~28 (e.g. binlog_overview, binlog_errors, binlog_warnings, build-tree node drill-down).
  • Consumers: gh-aw MCP Gateway in .NET CI workflows (microsoft/testfx, dotnet/msbuild, dotnet/sdk, dotnet/dotnet); IDE/agent MCP clients (VS Code, Cursor, Claude Desktop).

GitHub issue number?

Resolves #2728

Pre-merge Checklist

  • Required for All PRs
    • Read contribution guidelines
    • PR title clearly describes the change
    • Commit history is clean with descriptive messages
    • Added comprehensive tests — N/A (README-only catalog entry)
    • Created a changelog entry — N/A (catalog README change, not a server-specific feature/fix)

The remaining checklist items (MCP tool changes, Azure MCP Server tool changes) are not applicable to a catalog-listing PR.

@github-actions

Copy link
Copy Markdown
Contributor

Thank you for your contribution @YuliiaKovalova! We will review the pull request and get back to you soon.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds documentation for a new MCP server entry and fixes README formatting near the trademark section.

Changes:

  • Document a “Binlog MCP Server” (repo, description, category/type, install link).
  • Fix markdown line formatting/numbering in the trademark section.

Comment thread README.md Outdated
Comment thread README.md Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Untriaged

Development

Successfully merging this pull request may close these issues.

[MCP Server Request] Binlog MCP Server

2 participants