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
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+40-1Lines changed: 40 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,50 @@ The Azure SDK for Java repository contains client libraries for Azure services,
25
25
### Prerequisites
26
26
27
27
- To use Azure MCP tool calls, users must have PowerShell installed. Provide [PowerShell installation instructions](https://learn.microsoft.com/powershell/scripting/install/installing-powershell) if not installed, and recommend restarting the IDE to start the MCP server.
28
-
- When using Copilot from Visual Studio or VS Code (not applicable when using Coding Agent on Github.com):
28
+
- See the next section for how to set up the Azure SDK MCP server in your IDE for advanced Copilot features.
29
+
- When using Copilot from IntelliJ, Visual Studio, VS Code (not applicable when using Coding Agent on Github.com):
29
30
-**Always run** the [`azsdk_verify_setup`](../eng/common/instructions/azsdk-tools/verify-setup.instructions.md) tool first to validate the user's development environment for SDK MCP tools.
30
31
-**Do not proceed** with any other tool execution until this step is complete.
31
32
-**Skip this check only** for queries that do not require tool execution.
32
33
34
+
## Azure SDK MCP Server: Quick Start
35
+
36
+
The Azure SDK MCP server enables advanced Copilot-powered automation, validation, and Azure-specific guidance in your IDE.
0 commit comments