Skip to content

Remove foundry-mcp from plugin/.mcp.json (proxied through azure MCP)#1231

Merged
JasonYeMSFT merged 3 commits intomainfrom
copilot/remove-foundry-mcp-entry
Mar 12, 2026
Merged

Remove foundry-mcp from plugin/.mcp.json (proxied through azure MCP)#1231
JasonYeMSFT merged 3 commits intomainfrom
copilot/remove-foundry-mcp-entry

Conversation

Copy link
Contributor

Copilot AI commented Mar 11, 2026

foundry-mcp is now redundant — Foundry tools are proxied through the unified @azure/mcp server already present in .mcp.json.

Changes

  • plugin/.mcp.json — Remove the foundry-mcp HTTP entry (https://mcp.ai.azure.com)
  • plugin/skills/microsoft-foundry/foundry-agent/observe/observe.md — Update Quick Reference table and description to reference azure MCP server instead of foundry-mcp
  • tests/microsoft-foundry/foundry-agent/observe/unit.test.ts — Update assertion to check for azure instead of foundry-mcp in observe content

📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Co-authored-by: JasonYeMSFT <39359541+JasonYeMSFT@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove foundry-mcp from plugin/.mcp.json Remove foundry-mcp from plugin/.mcp.json (proxied through azure MCP) Mar 11, 2026
@JasonYeMSFT JasonYeMSFT marked this pull request as ready for review March 11, 2026 21:33
Copilot AI review requested due to automatic review settings March 11, 2026 21:33
@JasonYeMSFT
Copy link
Member

@copilot Bump the skill version in microsoft-foundry/SKILL.md

Co-authored-by: JasonYeMSFT <39359541+JasonYeMSFT@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Mar 11, 2026

@copilot Bump the skill version in microsoft-foundry/SKILL.md

Done — bumped metadata.version from 1.0.3 to 1.0.4 in commit 833f6d0.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Microsoft Foundry “observe” skill and its unit test to refer to the azure MCP server name (instead of foundry-mcp), and removes the foundry-mcp server entry from the plugin MCP configuration.

Changes:

  • Update observe.md Quick Reference to use MCP server | \azure`` and adjust related wording.
  • Update the observe unit test to assert the new server name.
  • Remove the foundry-mcp MCP server entry from plugin/.mcp.json.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
tests/microsoft-foundry/foundry-agent/observe/unit.test.ts Updates unit test expectation for the observe skill’s MCP server naming.
plugin/skills/microsoft-foundry/foundry-agent/observe/observe.md Updates documentation to reference the azure MCP server in the Quick Reference and introduction.
plugin/.mcp.json Removes the foundry-mcp MCP server configuration entry, leaving azure as the configured server.

@JasonYeMSFT
Copy link
Member

Copy link
Contributor

@charris-msft charris-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@JasonYeMSFT JasonYeMSFT merged commit be45589 into main Mar 12, 2026
16 checks passed
@JasonYeMSFT JasonYeMSFT deleted the copilot/remove-foundry-mcp-entry branch March 12, 2026 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove foundry-mcp from plugin/.mcp.json (now proxied through azure MCP)

4 participants