Files
agent-framework/dotnet/src/Shared/Workflows/Execution
T
Peter Ibekwe de9d886aba .NET: Support InvokeMcpTool for declarative workflows (#4204)
* Initial implementation of InvokeMcpTool in declarative workflow

* Cleaned up sample implementation

* Updated sample comments.

* Added missing executor routing attribute

* Fix PR comments.

* Updated based on PR comments.

* Updated based on PR comments.

* Removed unnecessary using statement.
de9d886aba ยท 2026-02-25 19:21:36 +00:00
History
..

Workflow Execution

Common support for workflow execution.

To use this in your project, add the following to your .csproj file:

<PropertyGroup>
  <InjectSharedWorkflowsExecution>true</InjectSharedWorkflowsExecution>
</PropertyGroup>