mcp
mcp copied to clipboard
Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered data access and tool integration
### Describe the bug I'm using the Azure MCP server to query our AI Foundry agents. While it succesfully fetched the agent I wanted interacting with and created a message;...
### Describe the bug Calls to `loadtesting_testrun_create` tend to succeed, 8 of 8 I've seen have ended with a timeout. It looks like the call is synchronous and will not...
## What does this PR do? Small description updates for Load Testing to share validation information of the parameters to make troubleshooting and agentic conversation development less error prone. ##...
Today new tool PRs are very likely to break the build since CI doesn't guard against tools being added to the server but *forgetting to register* them for consolidated server...
The "GitHub repository" link in https://hub.docker.com/mcp/server/azure/overview points to the old archived repo.
The manual tests should exercise the following - - [ ] server configuration works fine - [ ] auth works fine - managed identity and OBO - [ ] tool...
The bot reviewer incorrectly suggested reversing the `using` statement order in `ExternalProcessService.cs`. The current implementation is correct. ## Current Implementation (Correct) ```csharp using var outputWaitHandle = new AutoResetEvent(false); using var...
## What does this PR do? Adds `azmcp azuremanagedlustre filesystem import-job create` and required testing and docs. [#318] ## GitHub issue number? [Issue #318](https://github.com/microsoft/mcp/issues/318) ## Pre-merge Checklist - [x] Required...
## What does this PR do? Add `azmcp sql db export` command and unit tests `[Any additional context, screenshots, or information that helps reviewers]` ## GitHub issue number? `[Link to...
## What does this PR do? Adds azmcp functionapp create command to create Azure Function Apps with automatic dependency provisioning. ### Features - Multiple hosting plans: Consumption (default), Flex Consumption,...