mcp icon indicating copy to clipboard operation
mcp copied to clipboard

Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered data access and tool integration

Results 100 mcp issues
Sort by recently updated
recently updated
newest added

### Describe the bug I've noticed that sometimes azureaibestpractices tool got called when azurebestpractices is supposed to be called. We need to find a way to eliminate this confusion for...

needs-triage

## What does this PR do? This PR implements a [GitLab-inspired](https://about.gitlab.com/blog/solving-gitlabs-changelog-conflict-crisis/) changelog management system that eliminates merge conflicts on `CHANGELOG.md` by using individual YAML files for changelog entries. The system...

documentation
Engineering Excellence

## What does this PR do? - Adds a server.json to Azure.Mcp.Server - Adds a template server.json to Fabric.Mcp.Server - Updates build pipeline: - Update version information in server.json and...

tools-McpRegistry

## What does this PR do? Add marketplace account info dump to vsix publishing step Reduce vsix publishing to 1 step ## Pre-merge Checklist - [x] Required for All PRs...

## What does this PR do? `Add Fabric OneLake MCP toolset with friendly-name support and docs PR Description Summary Add a dedicated Fabric OneLake toolset with commands for workspaces, items,...

server-Fabric.Mcp

## What does this PR do? When the agent run steps include file search tool call result, Azure MCP creates an annonymous object that is not serializable and cause the...

## What does this PR do? The problem was that LLM likes to include azure_functions_worker in requirements.txt for python v2 programming model. They are incompatible. The solution is to provide...

[Microsoft.Extensions.VectorData.Abstractions](https://www.nuget.org/packages/Microsoft.Extensions.VectorData.Abstractions#readme-body-tab) provides a core set of building blocks for working with vector stores. Update existing implementation to implement [VectorStore](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.vectordata.vectorstore?view=net-10.0-pp) and [VectorStoreCollection](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.vectordata.vectorstorecollection-2?view=net-10.0-pp). https://github.com/microsoft/mcp/blob/842d6bed7162ab37a0642134b3f07c305d584551/eng/tools/ToolDescriptionEvaluator/VectorDb/VectorDB.cs#L52-L253 While at the moment VectorDB is a custom...

## What does this PR do? Adds back Azure Table list tool under `Azure.Mcp.Tools.Table`, `azmcp_table_list`. ## GitHub issue number? Fixes #675 ## Pre-merge Checklist - [x] Required for All PRs...

`DotProduct` is currently manually calculating DotProduct. https://github.com/microsoft/mcp/blob/842d6bed7162ab37a0642134b3f07c305d584551/eng/tools/ToolDescriptionEvaluator/VectorDb/VectorDB.cs#L33-L50 `TensorPrimitives` provides a method for calculating Dot product. https://learn.microsoft.com/en-us/dotnet/api/system.numerics.tensors.tensorprimitives.dot?view=net-10.0-pp `TensorPrimitives` is already used for `CosineSimilarity`, so it would be good to maintain consistency....