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
> **✨ Seamless Installation**: This automatically downloads the latest AKS-MCP binary from GitHub releases and runs it. No manual installation required!
217
+
> **✨ Seamless Installation**: This automatically downloads the latest AKS-MCP binary from GitHub releases and configures it in VS Code. After installation, restart VS Code to activate the server.
218
218
219
219
#### 💻 Platform-Specific 1-Click Installation
220
220
@@ -250,11 +250,14 @@ Alternatively, create a `.vscode/mcp.json` file in your workspace:
250
250
251
251
After installing the AKS-MCP server:
252
252
253
-
1. Open GitHub Copilot in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)
254
-
2. Click the **Tools** button to view available tools
255
-
3. You should see the AKS-MCP tools in the list
256
-
4. Try a prompt like: *"List all my AKS clusters in subscription xxx"*
257
-
5. The agent will automatically use AKS-MCP tools to complete your request
253
+
1.**Restart VS Code** - Close and reopen VS Code to load the new MCP server configuration
254
+
2. Open GitHub Copilot in VS Code and [switch to Agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode)
255
+
3. Click the **Tools** button to view available tools
256
+
4. You should see the AKS-MCP tools in the list
257
+
5. Try a prompt like: *"List all my AKS clusters in subscription xxx"*
258
+
6. The agent will automatically use AKS-MCP tools to complete your request
259
+
260
+
> **💡 Tip**: If you don't see the AKS-MCP tools after restarting, check the VS Code output panel for any MCP server connection errors.
258
261
259
262
**Note**: Ensure you have authenticated with Azure CLI (`az login`) for the server to access your Azure resources.
0 commit comments