You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address reviewer feedback: Update README to use VSIX installation
๐ฏ All reviewer feedback addressed:
โ Rebase on latest main + remove video + change to VSIX:
- ๐ฌ Removed video element that was deleted from main branch
- ๐ฆ Updated Quick Start to use VS Code Marketplace VSIX instead of NPX
- โ๏ธ Simplified VS Code Install Steps (removed Node.js requirement)
โ Add VS Code Marketplace badge:
- ๐ท๏ธ Added badge linking to GitHub Copilot for Azure extension
โ Remove Available MCP Servers section:
- ๐ Removed large table since it's 'a tiny server again' in 0.5.0
- ๐งญ Updated Table of Contents accordingly
๐ Key improvements:
- Simplified installation process focuses on VSIX
- Cleaner UX aligned with 0.5.0 architecture changes
- Streamlined user onboarding experience
- Build verified successful โ
Co-authored-by: Josh Free <joshfree@microsoft.com>
@@ -11,9 +12,8 @@ The Azure MCP Server implements the [MCP specification](https://modelcontextprot
11
12
12
13
## ๐ Table of Contents
13
14
14
-
-[๐ Quick Start](#๏ธ-quick-start)
15
+
-[๐ Quick Start](#-quick-start)
15
16
-[โ๏ธ VS Code Install Steps](#๏ธ-vs-code-install-steps-recommended)
16
-
-[๐ค Available Azure MCP Servers](#-available-azure-mcp-servers)
17
17
-[โถ๏ธ Getting Started](#๏ธ-getting-started)
18
18
-[โจ What can you do with the Azure MCP Server?](#-what-can-you-do-with-the-azure-mcp-server)
19
19
-[๐ ๏ธ Currently Supported Tools](#๏ธ-currently-supported-tools)
@@ -29,19 +29,21 @@ The Azure MCP Server implements the [MCP specification](https://modelcontextprot
29
29
**Get started in under 60 seconds:**
30
30
31
31
1.**Install VS Code** and **GitHub Copilot** extensions ([VS Code](https://code.visualstudio.com/download) + [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) + [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat))
32
-
2.**Install Node.js 20+** with `npx` in your PATH ([Download Node.js](https://nodejs.org/en/download))
33
-
3.**Click to install Azure MCP**: [](https://vscode.dev/redirect/mcp/install?name=Azure%20Server&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22@azure%2Fmcp%40latest%22%2C%22server%22%2C%22start%22%5D%7D)
34
-
4.**Open GitHub Copilot Chat** in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)
35
-
5.**Try it**: Ask "List my Azure Storage accounts" and watch the magic happen! โจ
32
+
2.**Install the GitHub Copilot for Azure extension**: [](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot)
33
+
3.**Open GitHub Copilot Chat** in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)
34
+
4.**Try it**: Ask "List my Azure Storage accounts" and watch the magic happen! โจ
36
35
37
-
### โ VS Code Install Guide (Recommended)
36
+
### โ๏ธ VS Code Install Steps (Recommended)
38
37
39
38
1. Install either the stable or Insiders release of VS Code:
1. Install the [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) and [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) extensions
42
+
<<<<<<< HEAD
43
43
1. Install the [Azure MCP Server](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-mcp-server) extension
44
44
45
+
1. Install the [GitHub Copilot for Azure](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot) extension from the VS Code Marketplace
0 commit comments