6 references to McpStartCommand
aspire (3)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
145
if (command is not
McpStartCommand
)
Commands\McpCommand.cs (1)
24
McpStartCommand
startCommand,
Program.cs (1)
362
builder.Services.AddTransient<
McpStartCommand
>();
Aspire.Cli.Tests (3)
Commands\McpIconHelperTests.cs (2)
15
var assembly = typeof(
McpStartCommand
).Assembly;
64
var assembly = typeof(
McpStartCommand
).Assembly;
Utils\CliTestHelper.cs (1)
182
services.AddTransient<
McpStartCommand
>();