DeclarativeWorkflowOptions.McpToolHandler Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the MCP tool handler for invoking MCP tools within workflows. If not set, MCP tool invocations will fail with an appropriate error message.
public Microsoft.Agents.AI.Workflows.Declarative.IMcpToolHandler? McpToolHandler { get; init; }
member this.McpToolHandler : Microsoft.Agents.AI.Workflows.Declarative.IMcpToolHandler with get, set
Public Property McpToolHandler As IMcpToolHandler