v0.4.0
What's Changed
- Bump package versions to 0.4.0 and update release notes by @RorroRojas3 in #8
Andes.Extensions.AI.Mcpnow requiresModelContextProtocol.Core>= 2.0.0 (was>= 1.4.1) — a major release of the MCP C# SDK, published 2026-07-28 and aligned with the MCP 2026-07-28 specification (see the SDK release notes). MCP 2.0 carries its own breaking changes and deprecations for consumers (stateless-by-default HTTP; Roots, Sampling, and Logging obsoleted), which is why this is a minor bump (0.3.1 → 0.4.0) rather than a patch despite no code changes in this repository.- The
Andes.Extensions.AI.Mcpsource itself compiled against MCP 2.0 with zero warnings (warnings are errors) and required no migration — it uses none of the APIs MCP 2.0 deprecates (Roots/Sampling/Logging).
- The
- Core now floors
Microsoft.Extensions.AI>= 10.8.3 andAndes.Extensions.AI.UIfloorsMicrosoft.Extensions.AI.Abstractions>= 10.8.3 (both were>= 10.8.1). Andes.Extensions.AI.Agentnow floorsMicrosoft.Agents.AI>= 1.16.0 (was>= 1.15.0).- The remaining pin updates —
ModelContextProtocol1.4.1 → 2.0.0 andMicrosoft.Extensions.AI.OpenAI10.8.1 → 10.8.3 — are consumed only by the tests, the test MCP server, and the demo sample, none of which ship to NuGet. - All four packages version in lockstep at 0.4.0; the satellites depend on core
>= 0.4.0.
Full Changelog: v0.3.1...v0.4.0