Files
agent-framework/dotnet/src/Microsoft.Agents.AI.Hosting.AzureFunctions/CHANGELOG.md
T
Shyju KrishnankuttyandGitHub 49d69b3bf5 .NET: Expose workflows as MCP tools when hosting on Azure functions (#4768)
* Expose workflow as MCP Tool

* Expose workflow as MCP Tool

* Cleanup

* PR feedback fixes

* update changelog to include PR numner

* Improvements to error handling.

* Adding a sample project demonstrating how to setup Agents and Workflows together.

* Ensure duplicate agent registrations are properly handled.
2026-03-25 15:43:15 +00:00

1.0 KiB

Release History

[Unreleased]

  • Added MCP tool trigger support for durable workflows (#4768)
  • Added Azure Functions hosting support for durable workflows (#4436)

v1.0.0-preview.251219.1

  • Addressed incompatibility issue with Microsoft.Azure.Functions.Worker.Extensions.DurableTask >= 1.11.0 (#2759)

v1.0.0-preview.251125.1

  • Added support for .NET 10 (#2128)
  • [BREAKING] Changed thread_id in HTTP APIs from entity ID to GUID (#2260)

v1.0.0-preview.251114.1

  • Added friendly error message when running durable agent that isn't registered (#2214)

v1.0.0-preview.251112.1

  • Initial public release (#1916)