Add Claude Code plugin installation instructions to Azure MCP Server README#3003
Open
tmeschter wants to merge 7 commits into
Open
Add Claude Code plugin installation instructions to Azure MCP Server README#3003tmeschter wants to merge 7 commits into
tmeschter wants to merge 7 commits into
Conversation
…README Adds instructions for installing the Azure plugin into Claude Code from Anthropic's official claude-plugins-official marketplace, which no longer requires adding a custom marketplace. Updates the top-level README badge, the Client-Specific Configuration table, and the CHANGELOG. Fixes microsoft#1579 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
12 tasks
Contributor
There was a problem hiding this comment.
Pull request overview
Adds/updates documentation so Claude Code users can install the Azure integration via Anthropic’s official plugin marketplace, and updates repo-level discovery links accordingly.
Changes:
- Added a new Claude Code installation subsection (and TOC entry) in the Azure MCP Server README, documenting
/plugin install azure@claude-plugins-official. - Updated the Client-Specific Configuration table to point Claude Code users to the official MCP quickstart docs.
- Added a top-level README install badge linking directly to the new Claude Code section, and recorded the doc update in the Azure MCP Server changelog.
Show a summary per file
| File | Description |
|---|---|
| servers/Azure.Mcp.Server/README.md | Adds Claude Code install instructions + updates Claude Code config doc link in the client configuration table. |
| servers/Azure.Mcp.Server/CHANGELOG.md | Notes the documentation update under the current Unreleased “Other Changes” section. |
| README.md | Adds a Claude Code install badge linking to the Azure MCP Server README’s Claude Code section. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Low
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…de-install-instructions # Conflicts: # servers/Azure.Mcp.Server/README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Claude Code installation instructions for the Azure plugin, correcting the details described in #1579 and the earlier attempt in #1580. The Azure plugin is now available in Anthropic's official
claude-plugins-officialmarketplace, so installation is a single step and no longer requires adding a custom marketplace.Changes:
servers/Azure.Mcp.Server/README.md/plugin install azure@claude-plugins-official.README.md— Added a Claude Code install badge linking to the new section.servers/Azure.Mcp.Server/CHANGELOG.md— Added an "Other Changes" entry.Incorporates review feedback from #1580.
Fixes #1579
Invoking Livetests
Copilot submitted PRs are not trustworthy by default. Users with
writeaccess to the repo need to validate the contents of this PR before leaving a comment with the text/azp run mcp - pullrequest - live. This will trigger the necessary livetest workflows to complete required validation.