3 implementations of CallResourceMcpToolAsync
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
498public async Task<CallToolResult> CallResourceMcpToolAsync(
Aspire.Cli.Tests (2)
Commands\TerminalCommandTests.cs (1)
706public Task<global::ModelContextProtocol.Protocol.CallToolResult> CallResourceMcpToolAsync(string resourceName, string toolName, IReadOnlyDictionary<string, global::System.Text.Json.JsonElement>? arguments, CancellationToken cancellationToken = default)
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
321public Task<CallToolResult> CallResourceMcpToolAsync(
2 references to CallResourceMcpToolAsync
aspire (2)
Commands\AgentMcpCommand.cs (1)
279var result = await connection.CallResourceMcpToolAsync(resourceAndTool.ResourceName, resourceAndTool.Tool.Name, args, cancellationToken).ConfigureAwait(false);
Commands\McpCallCommand.cs (1)
99var callResult = await connection.CallResourceMcpToolAsync(