Skip to content

Update MCP library to 1.0.0#1806

Merged
stephentoub merged 1 commit intomicrosoft:mainfrom
stephentoub:mcp100
Feb 25, 2026
Merged

Update MCP library to 1.0.0#1806
stephentoub merged 1 commit intomicrosoft:mainfrom
stephentoub:mcp100

Conversation

@stephentoub
Copy link
Member

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates centrally managed NuGet package versions to move the repo’s MCP dependency onto the stable 1.0.0 release.

Changes:

  • Bump ModelContextProtocol and ModelContextProtocol.AspNetCore from 0.8.0-preview.1 to 1.0.0.
  • Bump Microsoft.Extensions.AI.Abstractions from 10.2.0 to 10.3.0.
Comments suppressed due to low confidence (1)

Directory.Packages.props:68

  • Microsoft.Extensions.AI packages are now on mixed versions (Abstractions 10.3.0 while Evaluation / Evaluation.Quality remain 10.2.0). This can lead to confusing dependency resolution and potential restore warnings; consider bumping the related Microsoft.Extensions.AI.* packages together to the same version (or documenting why Abstractions must differ).
    <PackageVersion Include="Microsoft.Extensions.AI.Abstractions" Version="10.3.0" />
    <PackageVersion Include="Microsoft.Extensions.AI.Evaluation" Version="10.2.0" />
    <PackageVersion Include="Microsoft.Extensions.AI.Evaluation.Quality" Version="10.2.0" />

@stephentoub stephentoub enabled auto-merge (squash) February 25, 2026 02:08
@stephentoub stephentoub merged commit 644d4fd into microsoft:main Feb 25, 2026
15 checks passed
@github-project-automation github-project-automation bot moved this from Untriaged to Done in Azure MCP Server Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants