7 instantiations of ListIntegrationsTool
aspire (1)
Commands\McpStartCommand.cs (1)
47
["list_integrations"] = new
ListIntegrationsTool
(packagingService, executionContext, auxiliaryBackchannelMonitor),
Aspire.Cli.Tests (6)
Mcp\ListIntegrationsToolTests.cs (6)
14
var tool = new
ListIntegrationsTool
(new MockPackagingService(), TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
22
var tool = new
ListIntegrationsTool
(new MockPackagingService(), TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
31
var tool = new
ListIntegrationsTool
(new MockPackagingService(), TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
49
var tool = new
ListIntegrationsTool
(mockPackagingService, TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
74
var tool = new
ListIntegrationsTool
(mockPackagingService, TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
112
var tool = new
ListIntegrationsTool
(mockPackagingService, TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
6 references to ListIntegrationsTool
Aspire.Cli.Tests (6)
Mcp\ListIntegrationsToolTests.cs (6)
14
var
tool = new ListIntegrationsTool(new MockPackagingService(), TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
22
var
tool = new ListIntegrationsTool(new MockPackagingService(), TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
31
var
tool = new ListIntegrationsTool(new MockPackagingService(), TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
49
var
tool = new ListIntegrationsTool(mockPackagingService, TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
74
var
tool = new ListIntegrationsTool(mockPackagingService, TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());
112
var
tool = new ListIntegrationsTool(mockPackagingService, TestExecutionContextFactory.CreateTestContext(), new MockAuxiliaryBackchannelMonitor());