Skip to content

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

@charris-msft

Description

@charris-msft

Summary

The foundry-mcp server entry in plugin/.mcp.json should be removed because Foundry MCP tools are now proxied through the azure MCP server (@azure/mcp). Having a separate foundry-mcp entry is redundant.

What to change

1. Remove foundry-mcp from plugin/.mcp.json

Delete this block:

"foundry-mcp": {
  "type": "http",
  "url": "https://mcp.ai.azure.com"
}

2. Update test assertion

  • tests/microsoft-foundry/foundry-agent/observe/unit.test.ts line ~74 asserts foundry-mcp appears in the observe content. Update to check for azure instead.

Why

Foundry tools are now available through the unified @azure/mcp server, so a dedicated foundry-mcp HTTP entry is no longer needed.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions