mcp
mcp copied to clipboard
Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered data access and tool integration
## What does this PR do? `[Provide a clear, concise description of the changes]` - Added logging customization options to the `azmcp server start` command: - Added `--log-level` option to...
## What does this PR do? Adds a unified, configurable logging system to help users and developers diagnose issues, inspect MCP protocol activity, and debug tool execution without requiring complex...
## What does this PR do? In the migration to `servers/` and `tools/`, the use of `[Trait()]` attributes to separate tests for different tools and differentiate live tests from unit...
### Describe the bug The HTTP 401 challenge for unauthenticated requests uses the incoming request protocol for crafting the `resource_metadata` value in the `WWWAuthenticate` as in https://github.com/microsoft/mcp/blob/493f8def1f37be543686ee9763be0774306d11c6/core/Azure.Mcp.Core/src/Areas/Server/Commands/ServiceStartCommand.cs#L412 The protocol for...
It would be nice to automatically thank community contributors by referencing them in the CHANGELOG.md for the release. There's a number of engsys projects to allow this to happen such...
## What does this PR do? `[Provide a clear, concise description of the changes]` ## Related issues from migration - `dotnet format` resulting in IL2026 and IL3050 despite using source...
Currently, we only support running Tool Description Evaluator using an Azure OpenAI API key. We should explore the possibility of also supporting Managed Identity to smoothen the UX.
Query for population: ``` $projects=Get-ChildItem -Recurse -Filter '*.LiveTests.csproj';$withAssets=$projects|Where-Object{ $asset=Join-Path $_.Directory.FullName 'assets.json'; if(-not(Test-Path $asset)){return $false}; try{$tag=(Get-Content $asset -Raw|ConvertFrom-Json).Tag}catch{$tag=$null}; -not [string]::IsNullOrWhiteSpace($tag)};$withoutAssets=$projects|Where-Object{ -not (Test-Path (Join-Path $_.Directory.FullName 'assets.json')) };Write-Host "Tool migration count (assets.json with...
### Service / Tool Name ApplicationInsights ### Contacts Saar Shen (xiaomi7732) ### Intended Agent Scenarios List application insights trace for diagnose Performance issues. ### Timeline TBD
### Service / Tool Name Azure Government Cloud capability ### Contacts Blaine Perry (bcperry) Jason Benson (jasonrbenson) ### Intended Agent Scenarios Working to enable the use of the MCP tools...