mcp
mcp copied to clipboard
Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered data access and tool integration
### Server Name DocumentDB ### Contacts [email protected] ### Intended Agent Scenarios @khelanmodi can you add some secnarios ### Timeline November 2025
### Describe the bug An uptick in live test runs has made the AI Foundry tests occasionally fail with a message like the following: ```json { "error": { "code": "InvalidTemplateDeployment",...
To support Fabric and others, many files in the repo need to be made server-generic. Currently, Azure mcp server is hard-coded in: ## Build and Test - [ ] [eng/scripts/Get-ToolsToTest.ps1](https://github.com/microsoft/mcp/blob/main/eng/scripts/Get-ToolsToTest.ps1)...
I can’t find any clear guidelines for building or running the Fabric Docker image. The repository doesn’t explain what steps are required after cloning the repo to get the Fabric...
### Describe the bug Low-pri but could be great for the remote case: https://learn.microsoft.com/en-us/dotnet/core/extensions/httpclient-latency-extensions?tabs=dotnet-cli TL;DR: outbound HTTP requests can get stuck or slow in a few different ways. There's a...
## What does this PR do? `[Provide a clear, concise description of the changes]` Refactor the subscription fallback logic. Attempt env var only when the provided one does not exist....
## What does this PR do? Adds tool to export current metadata from azmcp. ## GitHub issue number? `[Link to the GitHub issue this PR addresses]` https://github.com/microsoft/mcp-pr/issues/123 ## Pre-merge Checklist...
## Proposal Currently, the expiration settings for each tool are inconsistent. Some tools have no expiration configured at all, resulting in caches that never expire. While others have expiration times...
## Proposal This is a proposal to reduce the size of the AzureMCP server. The `GenericResource` class in the `Azure.ResourceManager` library supports Create, Update, and Delete operations for any ARM...
Optional : Can we add a comment to indicate the list operations can performed by ARG currently and this can be removed once we migrate the ARG tool? _Originally posted...