1 instantiation of McpStartCommand
aspire (1)
Commands\McpCommand.cs (1)
35var startCommand = new McpStartCommand(interactionService, features, updateNotifier, executionContext, auxiliaryBackchannelMonitor, loggerFactory, logger, packagingService);
8 references to McpStartCommand
aspire (6)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
121if (command is not McpStartCommand)
Commands\McpCommand.cs (2)
27ILogger<McpStartCommand> logger, 35var startCommand = new McpStartCommand(interactionService, features, updateNotifier, executionContext, auxiliaryBackchannelMonitor, loggerFactory, logger, packagingService);
Commands\McpStartCommand.cs (3)
28private readonly ILogger<McpStartCommand> _logger; 30public McpStartCommand(IInteractionService interactionService, IFeatures features, ICliUpdateNotifier updateNotifier, CliExecutionContext executionContext, IAuxiliaryBackchannelMonitor auxiliaryBackchannelMonitor, ILoggerFactory loggerFactory, ILogger<McpStartCommand> logger, IPackagingService packagingService) 56var icons = McpIconHelper.GetAspireIcons(typeof(McpStartCommand).Assembly, "Aspire.Cli.Mcp.Resources");
Aspire.Cli.Tests (2)
Commands\McpIconHelperTests.cs (2)
15var assembly = typeof(McpStartCommand).Assembly; 64var assembly = typeof(McpStartCommand).Assembly;