Skip to content

Install azsdk mcp server in copilot setup steps - #42227

Merged
Ben Broderick Phillips (benbp) merged 2 commits into
Azure:mainfrom
benbp:benbp/copilot-setup-steps-mcp
Jul 25, 2025
Merged

Install azsdk mcp server in copilot setup steps#42227
Ben Broderick Phillips (benbp) merged 2 commits into
Azure:mainfrom
benbp:benbp/copilot-setup-steps-mcp

Conversation

@benbp

@benbp Ben Broderick Phillips (benbp) commented Jul 25, 2025

Copy link
Copy Markdown
Member

Install azsdk mcp server in copilot setup steps.

This pairs with the coding agent config in the repo settings:

{
  "mcpServers": {
    "azure-sdk-mcp": {
      "type": "local",
      "command": "/home/runner/bin/azsdk",
      "tools": [
        "AnalyzePipeline",
        "GetFailedTestCaseData",
        "CheckPackageReleaseReadiness"
      ],
      "args": [
        "start"
      ]
    }
  }
}

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

This PR adds installation of the Azure SDK MCP (Model Context Protocol) server to the GitHub Actions workflow for Copilot setup steps. This ensures the MCP server is available for use in automated environments.

  • Adds a new step to install the azsdk MCP server using a PowerShell script
  • Installs the server to the $HOME/bin directory

Comment thread .github/workflows/copilot-setup-steps.yml
@benbp
Ben Broderick Phillips (benbp) merged commit 7576eed into Azure:main Jul 25, 2025
16 checks passed
@benbp
Ben Broderick Phillips (benbp) deleted the benbp/copilot-setup-steps-mcp branch July 25, 2025 21:28
@kurtzeborn Scott K (kurtzeborn) moved this from 🔬 Dev in PR to 🎊 Closed in Azure SDK EngSys 🚀🌒🧑‍🚀 Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Central-EngSys This issue is owned by the Engineering System team.

Projects

Development

Successfully merging this pull request may close these issues.

5 participants