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