-
Notifications
You must be signed in to change notification settings - Fork 269
Adds 'azd' MCP server to registry #567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this 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 adds the Azure Developer CLI (azd) as a new MCP server to the Azure MCP registry, enabling users to access azd tools through the Azure MCP server when azd is installed locally.
Key changes:
- Adds azd server configuration to the registry with stdio transport
- Updates changelog to document the new feature
- Improves error handling for server initialization failures
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| servers/Azure.Mcp.Server/CHANGELOG.md | Documents the new azd MCP tools support feature |
| core/Azure.Mcp.Core/src/Areas/Server/Resources/registry.json | Adds azd server configuration with stdio command and description |
| core/Azure.Mcp.Core/src/Areas/Server/Commands/ToolLoading/RegistryToolLoader.cs | Adds generic exception handling for server initialization failures |
core/Azure.Mcp.Core/src/Areas/Server/Commands/ToolLoading/RegistryToolLoader.cs
Show resolved
Hide resolved
dd6d93b to
c2a6873
Compare
Adds the Azure Developer CLI (azd) to the Azure MCP registry. Enables proxying of azd MCP server tools to Azure MCP Deprecates the old azd extension tool
What does this PR do?
azdMCP server tools to Azure MCPazdextension toolGitHub issue number?
Resolves #566
Resolves #370
Resolves Azure/azure-dev#5623
Pre-merge Checklist
servers/Azure.Mcp.Server/CHANGELOG.mdand/orservers/Fabric.Mcp.Server/CHANGELOG.mdfor product changes (features, bug fixes, UI/UX, updated dependencies)