3 references to ExecuteCommandAsync
aspire (1)
Commands\McpStartCommand.cs (1)
32return await _agentMcpCommand.ExecuteCommandAsync(parseResult, cancellationToken);
Aspire.Cli.Tests (2)
Commands\AgentMcpCommandTests.cs (2)
82await agentMcpCommand.ExecuteCommandAsync(parseResult, cts.Token); 581var result = await agentMcpCommand.ExecuteCommandAsync(parseResult, CancellationToken.None).DefaultTimeout();