1 instantiation of McpStartCommand
aspire (1)
Commands\McpCommand.cs (1)
35
var startCommand = new
McpStartCommand
(interactionService, features, updateNotifier, executionContext, auxiliaryBackchannelMonitor, loggerFactory, logger, packagingService);
8 references to McpStartCommand
aspire (6)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
121
if (command is not
McpStartCommand
)
Commands\McpCommand.cs (2)
27
ILogger<
McpStartCommand
> logger,
35
var
startCommand = new McpStartCommand(interactionService, features, updateNotifier, executionContext, auxiliaryBackchannelMonitor, loggerFactory, logger, packagingService);
Commands\McpStartCommand.cs (3)
28
private readonly ILogger<
McpStartCommand
> _logger;
30
public McpStartCommand(IInteractionService interactionService, IFeatures features, ICliUpdateNotifier updateNotifier, CliExecutionContext executionContext, IAuxiliaryBackchannelMonitor auxiliaryBackchannelMonitor, ILoggerFactory loggerFactory, ILogger<
McpStartCommand
> logger, IPackagingService packagingService)
56
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;