Implemented interface member:
method
CallResourceMcpToolAsync
Aspire.Cli.Backchannel.IAppHostAuxiliaryBackchannel.CallResourceMcpToolAsync(System.String, System.String, System.Collections.Generic.IReadOnlyDictionary<System.String, System.Text.Json.JsonElement>, System.Threading.CancellationToken)
1 reference to CallResourceMcpToolAsync
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
651var result = await CallResourceMcpToolAsync(request.ResourceName, request.ToolName, arguments, cancellationToken).ConfigureAwait(false);