Skip to content

Commit ea8931d

Browse files
authored
Remove Azure SDK MCP Server (Java) instructions (#48920)
1 parent 766c068 commit ea8931d

1 file changed

Lines changed: 0 additions & 32 deletions

File tree

docs/sdk_and_ai.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -32,37 +32,6 @@ query, create, and manage Azure resources directly during a conversation.
3232
See the [getting started guide](https://learn.microsoft.com/azure/developer/azure-mcp-server/get-started)
3333
for setup instructions.
3434

35-
## Azure SDK MCP Server (Java)
36-
37-
The Azure SDK for Java ships its own MCP server for IDE-integrated automation,
38-
validation, and SDK-specific guidance. It is used by the Copilot agent inside
39-
VS Code and IntelliJ to run code-generation, build, and release workflows.
40-
41-
Start the server (requires [PowerShell](https://learn.microsoft.com/powershell/scripting/install/installing-powershell)):
42-
43-
```powershell
44-
eng/common/mcp/azure-sdk-mcp.ps1 -Run
45-
```
46-
47-
For VS Code, add the following to your MCP configuration:
48-
49-
```json
50-
{
51-
"servers": {
52-
"azure-sdk-mcp": {
53-
"type": "stdio",
54-
"command": "pwsh",
55-
"args": [
56-
"<path-to-repo>/eng/common/mcp/azure-sdk-mcp.ps1",
57-
"-Run"
58-
]
59-
}
60-
}
61-
}
62-
```
63-
64-
See [`.github/copilot-instructions.md`](https://github.com/Azure/azure-sdk-for-java/blob/main/.github/copilot-instructions.md) for the full IDE setup guide.
65-
6635
## Azure SDK skills
6736

6837
The Microsoft skills marketplace provides Azure SDK skills that give AI agents
@@ -105,7 +74,6 @@ For operational Azure tasks (managing resources, querying services), see the
10574
- [Azure SDK for Java documentation](https://learn.microsoft.com/java/api/overview/azure/)
10675
- [Azure SDK design guidelines for Java](https://azure.github.io/azure-sdk/java_introduction.html)
10776
- [Azure MCP Server](https://learn.microsoft.com/azure/developer/azure-mcp-server/get-started)
108-
- [GitHub Copilot instructions for this repo](https://github.com/Azure/azure-sdk-for-java/blob/main/.github/copilot-instructions.md)
10977

11078
## Feedback
11179

0 commit comments

Comments
 (0)