MSBuildStructuredLog icon indicating copy to clipboard operation
MSBuildStructuredLog copied to clipboard

Feature request: MCP server for binary log analysis

Open MarkKharitonov opened this issue 4 months ago • 2 comments

Could be very useful to let AI assist in analyzing binary logs...

MarkKharitonov avatar Aug 14 '25 18:08 MarkKharitonov

there is some prototyping going on by several people e.g. https://github.com/AR-May/mcp-binlog-analyzer/tree/main if you have specific tools/use cases that would help in your workflow, please share

JanProvaznik avatar Sep 08 '25 08:09 JanProvaznik

Hi, Is it related to https://github.com/baronfel/mcp-binlog-tool? If so, then it is not really useful for a big solution. I tried it and faced problems, like list_projects returns ALL the project nodes, not really the projects. For a big solution could be thousands of nodes overflowing the transport protocol - paged responses are necessary.

In general would be useful to have some recipes built-in, e.g. - analyzing build summary node.

Anyway, my understanding that there is nothing at the moment that can be used to analyze build performance root causes for a big solution.

MarkKharitonov avatar Sep 08 '25 11:09 MarkKharitonov