Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions servers/Azure.Mcp.Server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,24 +66,24 @@ All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP
<!-- insert-section: vsix {{ 2. Search for `chat.mcp.autostart`.}} -->
<!-- insert-section: vsix {{ 3. Select **newAndOutdated** to automatically start MCP servers without manual refresh.}} -->
<!-- insert-section: vsix {{ 4. You can also set this from the **refresh icon tooltip** in the Chat view, which also shows which servers will auto-start.}} -->
<!-- insert-section: vsix {{ ![VS Code MCP Autostart Tooltip](https://raw.githubusercontent.com/microsoft/mcp/main/servers/Azure.Mcp.Server/docs/resources/Walkthrough/ToolTip.png)}}-->
<!-- insert-section: vsix {{ ![VS Code MCP Autostart Tooltip](https://raw.githubusercontent.com/microsoft/mcp/main/servers/Azure.Mcp.Server/images/vsix/ToolTip.png)}}-->
<!-- insert-section: vsix {{ }} -->
<!-- insert-section: vsix {{ #### **Manual Start (if autostart is off)**}} -->
<!-- insert-section: vsix {{ 1. Open Command Palette (`Ctrl+Shift+P` / `Cmd+Shift+P`).}} -->
<!-- insert-section: vsix {{ 2. Run `MCP: List Servers`.}} -->
<!-- insert-section: vsix {{ }} -->
<!-- insert-section: vsix {{ ![List Servers](https://raw.githubusercontent.com/microsoft/mcp/main/servers/Azure.Mcp.Server/docs/resources/Walkthrough/ListServers.png)}} -->
<!-- insert-section: vsix {{ ![List Servers](https://raw.githubusercontent.com/microsoft/mcp/main/servers/Azure.Mcp.Server/images/vsix/ListServers.png)}} -->
<!-- insert-section: vsix {{ }} -->
<!-- insert-section: vsix {{ 3. Select `Azure MCP Server ext`, then click **Start Server**.}} -->
<!-- insert-section: vsix {{ }} -->
<!-- insert-section: vsix {{ ![Select Server](https://raw.githubusercontent.com/microsoft/mcp/main/servers/Azure.Mcp.Server/docs/resources/Walkthrough/SelectServer.png)}} -->
<!-- insert-section: vsix {{ ![Start Server](https://raw.githubusercontent.com/microsoft/mcp/main/servers/Azure.Mcp.Server/docs/resources/Walkthrough/StartServer.png)}} -->
<!-- insert-section: vsix {{ ![Select Server](https://raw.githubusercontent.com/microsoft/mcp/main/servers/Azure.Mcp.Server/images/vsix/SelectServer.png)}} -->
<!-- insert-section: vsix {{ ![Start Server](https://raw.githubusercontent.com/microsoft/mcp/main/servers/Azure.Mcp.Server/images/vsix/StartServer.png)}} -->
<!-- insert-section: vsix {{ }} -->
<!-- insert-section: vsix {{ 4. **Check That It's Running**}} -->
<!-- insert-section: vsix {{ - Go to the **Output** tab in VS Code.}} -->
<!-- insert-section: vsix {{ - Look for log messages confirming the server started successfully.}} -->
<!-- insert-section: vsix {{ }} -->
<!-- insert-section: vsix {{ ![Output](https://raw.githubusercontent.com/microsoft/mcp/main/servers/Azure.Mcp.Server/docs/resources/Walkthrough/Output.png)}} -->
<!-- insert-section: vsix {{ ![Output](https://raw.githubusercontent.com/microsoft/mcp/main/servers/Azure.Mcp.Server/images/vsix/Output.png)}} -->
<!-- insert-section: vsix {{ }} -->
<!-- insert-section: vsix {{- (Optional) Configure tools and behavior}} -->
<!-- insert-section: vsix {{ - Full options: control how tools are exposed and whether mutations are allowed:}} -->
Expand Down
Loading