Skip to content

Commit 15d8808

Browse files
Feat/add scoop install instructions to readme (#41)
* Add scoop install instructions to the readme * Add scoop install instructions for the azure-cli
1 parent 97b5470 commit 15d8808

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2527
The 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:
4857
brew install azure-cli
4958
```
5059

60+
**Windows (Scoop):**
61+
```powershell
62+
scoop install azure-cli
63+
```
64+
5165
**Windows (Chocolatey):**
5266
```powershell
5367
choco install azure-cli

0 commit comments

Comments
 (0)