2 references to ExecuteCommandAsync
aspire (1)
Commands\McpStartCommand.cs (1)
42return _agentMcpCommand.ExecuteCommandAsync(parseResult, cancellationToken);
Aspire.Cli.Tests (1)
Commands\AgentMcpCommandTests.cs (1)
72await _agentMcpCommand.ExecuteCommandAsync(parseResult, _cts.Token);