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)
16var tool = new ListIntegrationsTool(MockPackagingServiceFactory.Create(), TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor()); 24var tool = new ListIntegrationsTool(MockPackagingServiceFactory.Create(), TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor()); 33var tool = new ListIntegrationsTool(MockPackagingServiceFactory.Create(), TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor()); 51var tool = new ListIntegrationsTool(mockPackagingService, TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor()); 76var tool = new ListIntegrationsTool(mockPackagingService, TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor()); 114var tool = new ListIntegrationsTool(mockPackagingService, TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
6 references to ListIntegrationsTool
Aspire.Cli.Tests (6)
Mcp\ListIntegrationsToolTests.cs (6)
16var tool = new ListIntegrationsTool(MockPackagingServiceFactory.Create(), TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor()); 24var tool = new ListIntegrationsTool(MockPackagingServiceFactory.Create(), TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor()); 33var tool = new ListIntegrationsTool(MockPackagingServiceFactory.Create(), TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor()); 51var tool = new ListIntegrationsTool(mockPackagingService, TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor()); 76var tool = new ListIntegrationsTool(mockPackagingService, TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor()); 114var tool = new ListIntegrationsTool(mockPackagingService, TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());