7 instantiations of ListIntegrationsTool
aspire (1)
Commands\AgentMcpCommand.cs (1)
122
_knownTools[KnownMcpTools.ListIntegrations] = new
ListIntegrationsTool
(_packagingService, _executionContext, _auxiliaryBackchannelMonitor);
Aspire.Cli.Tests (6)
Mcp\ListIntegrationsToolTests.cs (6)
16
var tool = new
ListIntegrationsTool
(MockPackagingServiceFactory.Create(), TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
24
var tool = new
ListIntegrationsTool
(MockPackagingServiceFactory.Create(), TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
33
var tool = new
ListIntegrationsTool
(MockPackagingServiceFactory.Create(), TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
51
var tool = new
ListIntegrationsTool
(mockPackagingService, TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
76
var tool = new
ListIntegrationsTool
(mockPackagingService, TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
114
var tool = new
ListIntegrationsTool
(mockPackagingService, TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
6 references to ListIntegrationsTool
Aspire.Cli.Tests (6)
Mcp\ListIntegrationsToolTests.cs (6)
16
var
tool = new ListIntegrationsTool(MockPackagingServiceFactory.Create(), TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
24
var
tool = new ListIntegrationsTool(MockPackagingServiceFactory.Create(), TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
33
var
tool = new ListIntegrationsTool(MockPackagingServiceFactory.Create(), TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
51
var
tool = new ListIntegrationsTool(mockPackagingService, TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
76
var
tool = new ListIntegrationsTool(mockPackagingService, TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
114
var
tool = new ListIntegrationsTool(mockPackagingService, TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());