1 write to _auxiliaryBackchannelMonitor
aspire (1)
Commands\AgentMcpCommand.cs (1)
65
_auxiliaryBackchannelMonitor
= auxiliaryBackchannelMonitor;
11 references to _auxiliaryBackchannelMonitor
aspire (11)
Commands\AgentMcpCommand.cs (11)
112
var dashboardInfoProvider = new BackchannelDashboardInfoProvider(
_auxiliaryBackchannelMonitor
, _logger);
114
_knownTools[KnownMcpTools.ListResources] = new ListResourcesTool(
_auxiliaryBackchannelMonitor
, _loggerFactory.CreateLogger<ListResourcesTool>());
115
_knownTools[KnownMcpTools.ListConsoleLogs] = new ListConsoleLogsTool(
_auxiliaryBackchannelMonitor
, _loggerFactory.CreateLogger<ListConsoleLogsTool>());
116
_knownTools[KnownMcpTools.ExecuteResourceCommand] = new ExecuteResourceCommandTool(
_auxiliaryBackchannelMonitor
, _loggerFactory.CreateLogger<ExecuteResourceCommandTool>());
117
_knownTools[KnownMcpTools.ListStructuredLogs] = new ListStructuredLogsTool(dashboardInfoProvider,
_auxiliaryBackchannelMonitor
, _httpClientFactory, _loggerFactory.CreateLogger<ListStructuredLogsTool>());
118
_knownTools[KnownMcpTools.ListTraces] = new ListTracesTool(dashboardInfoProvider,
_auxiliaryBackchannelMonitor
, _httpClientFactory, _loggerFactory.CreateLogger<ListTracesTool>());
119
_knownTools[KnownMcpTools.ListTraceStructuredLogs] = new ListTraceStructuredLogsTool(dashboardInfoProvider,
_auxiliaryBackchannelMonitor
, _httpClientFactory, _loggerFactory.CreateLogger<ListTraceStructuredLogsTool>());
120
_knownTools[KnownMcpTools.SelectAppHost] = new SelectAppHostTool(
_auxiliaryBackchannelMonitor
, _executionContext);
121
_knownTools[KnownMcpTools.ListAppHosts] = new ListAppHostsTool(
_auxiliaryBackchannelMonitor
, _executionContext);
122
_knownTools[KnownMcpTools.ListIntegrations] = new ListIntegrationsTool(_packagingService, _executionContext,
_auxiliaryBackchannelMonitor
);
306
return AppHostConnectionHelper.GetSelectedConnectionAsync(
_auxiliaryBackchannelMonitor
, _logger, cancellationToken);