Base:
method
CallToolAsync
Aspire.Cli.Mcp.CliMcpTool.CallToolAsync(ModelContextProtocol.Client.McpClient, System.Collections.Generic.IReadOnlyDictionary<System.String, System.Text.Json.JsonElement>, System.Threading.CancellationToken)
4 references to CallToolAsync
Aspire.Cli.Tests (4)
Mcp\ListAppHostsToolTests.cs (4)
22var result = await tool.CallToolAsync(null!, null, CancellationToken.None); 57var result = await tool.CallToolAsync(null!, null, CancellationToken.None); 89var result = await tool.CallToolAsync(null!, null, CancellationToken.None); 132var result = await tool.CallToolAsync(null!, null, CancellationToken.None);