File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ A Model Context Protocol (MCP) server for interacting with Azure DevOps Boards a
1515
1616## Installation
1717
18+ Check out the section [ MCP Configuration] ( #mcp-configuration ) for how to configure your preferred AI (MCP) client.
19+
1820### macOS (Homebrew)
1921
2022``` bash
@@ -24,7 +26,14 @@ brew install mcp-for-azure-devops-boards
2426
2527The path to the binary will be ` /opt/homebrew/bin/mcp-for-azure-devops-boards ` .
2628
27- Check out the section [ MCP Configuration] ( #mcp-configuration ) for how to configure your preferred AI (MCP) client.
29+ ### Windows (Scoop)
30+
31+ ``` powershell
32+ scoop bucket add mcp-tools https://github.com/danielealbano/scoop-mcp-tools
33+ scoop install mcp-for-azure-devops-boards
34+ ```
35+
36+ The path to the binary will be ` %USERPROFILE%\scoop\apps\mcp-for-azure-devops-boards\current\mcp-for-azure-devops-boards.exe ` .
2837
2938### Configuration
3039
@@ -48,6 +57,11 @@ If you don't have the Azure CLI installed:
4857brew install azure-cli
4958```
5059
60+ ** Windows (Scoop):**
61+ ``` powershell
62+ scoop install azure-cli
63+ ```
64+
5165** Windows (Chocolatey):**
5266``` powershell
5367choco install azure-cli
You can’t perform that action at this time.
0 commit comments