MCPs Are the Gap As a MSFT engineer using (also forced to use) copilot cli for 90% of everything I do at work, I realized a huge aspect of what's stopping these AI agents from fully automating a single workflow is missing mcps. For example, a customer reported their PBI reports broke. I checked a recent SDP for PowerBI pipeline. I asked cli to determine all the commits that could have caused it. It identified three commits. I asked it to revert all three in a custom branch from main, push to devops, create a bug and create a pr associating the bug. Once it did that, I had to create the PBI pipeline run--missing mcp feature. Then once deployment was complete to that region, I had to manually validate the PBI in the UI--missing PowerBI mcp. Once PBI reports were back up, I had to repeat the process reverting one less commit until I found the problematic commit--please don't judge as PowerBI sdk is sh1t and doesn't give reason for why PowerBI failed to render.…