1 instantiation of AgentInitCommand
aspire (1)
Commands\McpInitCommand.cs (1)
45_agentInitCommand = new AgentInitCommand(
4 references to AgentInitCommand
aspire (3)
Commands\AgentCommand.cs (1)
21AgentInitCommand initCommand,
Commands\McpInitCommand.cs (1)
22private readonly AgentInitCommand _agentInitCommand;
Program.cs (1)
261builder.Services.AddTransient<AgentInitCommand>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
161services.AddTransient<AgentInitCommand>();