1 write to _agentMcpCommand
Aspire.Cli.Tests (1)
Commands\AgentMcpCommandTests.cs (1)
63_agentMcpCommand = _serviceProvider.GetRequiredService<AgentMcpCommand>();
2 references to _agentMcpCommand
Aspire.Cli.Tests (2)
Commands\AgentMcpCommandTests.cs (2)
72await _agentMcpCommand.ExecuteCommandAsync(parseResult, _cts.Token); 341var expectedToolCount = _agentMcpCommand.KnownTools.Count;