1 write to _executionContext
aspire (1)
Commands\AgentMcpCommand.cs (1)
74
_executionContext
= services.ExecutionContext;
4 references to _executionContext
aspire (4)
Commands\AgentMcpCommand.cs (4)
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);
137
Version =
_executionContext
.IdentityVersion,