Skip to content

Commit a52bef3

Browse files
authored
Skip verify setup tool when running on coding agent (#47494)
1 parent a5a2bb7 commit a52bef3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/copilot-instructions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ The Azure SDK for Java repository contains client libraries for Azure services,
2525
### Prerequisites
2626

2727
- 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-
- Always run the [`azsdk_verify_setup`](../eng/common/instructions/azsdk-tools/verify-setup.instructions.md) tool to check the user's development environment setup for using SDK MCP tools. DO NOT PROCEED with running other tools before completing this step. Only skip for queries that don't need tools.
28+
- When using Copilot from Visual Studio or VS Code (not applicable when using Coding Agent on Github.com):
29+
- **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+
- **Do not proceed** with any other tool execution until this step is complete.
31+
- **Skip this check only** for queries that do not require tool execution.
2932

3033
## Behavior
3134

0 commit comments

Comments
 (0)