fix: clean up outdated content in microsoft-foundry plugin - #414
Open
JasonYeMSFT (JasonYeMSFT) wants to merge 2 commits into
Open
fix: clean up outdated content in microsoft-foundry plugin#414JasonYeMSFT (JasonYeMSFT) wants to merge 2 commits into
JasonYeMSFT (JasonYeMSFT) wants to merge 2 commits into
Conversation
JasonYeMSFT (JasonYeMSFT)
requested a review
from Govind Kamtamneni (thegovind)
as a code owner
August 24, 2026 17:50
Contributor
There was a problem hiding this comment.
Pull request overview
Cleans outdated Microsoft Foundry plugin documentation and MCP configuration.
Changes:
- Removes obsolete Foundry skill listings.
- Removes the redundant Microsoft Docs MCP server.
- Removes non-working installation instructions.
Show a summary per file
| File | Description |
|---|---|
README.md |
Updates the Foundry skill count and catalog. |
.github/plugins/microsoft-foundry/README.md |
Removes outdated setup and skill references. |
.github/plugins/microsoft-foundry/.mcp.json |
Removes Microsoft Docs MCP configuration. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 13/13 changed files
- Comments generated: 5
- Review effort level: Balanced
|
|
||
| | Skill | Description | | ||
| |-------|-------------| | ||
| | [microsoft-foundry](.github/plugins/azure-skills/skills/microsoft-foundry/) | Router skill for the Foundry agent platform — maps user intent onto the right sub-skill and discovery surface (Microsoft Docs MCP, Foundry MCP, `azd ai agent`, `az` CLI). | |
Comment on lines
7
to
9
| ```bash | ||
| # npx | ||
| npx skills add microsoft/skills --skill microsoft-foundry |
Comment on lines
20
to
21
| | **Azure MCP** | Manage Azure resources, deployments, and infrastructure from your editor. 40+ services. | | ||
| | **Foundry MCP** | Foundry-native operations at `mcp.ai.azure.com` -- model catalog, agents, toolboxes, knowledge bases, evals. | |
Comment on lines
7
to
9
| "foundry-mcp": { | ||
| "type": "http", | ||
| "url": "https://mcp.ai.azure.com" |
Comment on lines
27
to
29
| | Skill | What It Covers | | ||
| |-------|---------------| | ||
| | `microsoft-foundry` | **Orchestrator.** Maps user intent (build a hosted agent, curate a toolbox, ground on docs, set up evals, govern tools, personalize, orchestrate) onto the right sub-skill and the right discovery surface (Microsoft Docs MCP, Foundry MCP, `azd ai agent`, `az`). | |
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.
3 changes in this PR:
These changes stop the microsoft-foundry plugin from giving incorrect information or instructions that no longer work.