2 instantiations of ListStructuredLogsTool
aspire (1)
Commands\AgentMcpCommand.cs (1)
71[KnownMcpTools.ListStructuredLogs] = new ListStructuredLogsTool(auxiliaryBackchannelMonitor, httpClientFactory, loggerFactory.CreateLogger<ListStructuredLogsTool>()),
Aspire.Cli.Tests (1)
Mcp\ListStructuredLogsToolTests.cs (1)
401return new ListStructuredLogsTool(
13 references to ListStructuredLogsTool
aspire (2)
Commands\AgentMcpCommand.cs (1)
71[KnownMcpTools.ListStructuredLogs] = new ListStructuredLogsTool(auxiliaryBackchannelMonitor, httpClientFactory, loggerFactory.CreateLogger<ListStructuredLogsTool>()),
Mcp\Tools\ListStructuredLogsTool.cs (1)
22internal sealed class ListStructuredLogsTool(IAuxiliaryBackchannelMonitor auxiliaryBackchannelMonitor, IHttpClientFactory httpClientFactory, ILogger<ListStructuredLogsTool> logger) : CliMcpTool
Aspire.Cli.Tests (11)
Mcp\ListStructuredLogsToolTests.cs (11)
27var tool = CreateTool(); 45var tool = CreateTool(monitor); 174var tool = CreateTool(monitor, mockHttpClientFactory); 276var tool = CreateTool(monitor, mockHttpClientFactory); 331var tool = CreateTool(monitor, mockHttpClientFactory); 351var tool = CreateTool(); 359var tool = CreateTool(); 367var tool = CreateTool(); 381var tool = CreateTool(); 397private static ListStructuredLogsTool CreateTool( 404NullLogger<ListStructuredLogsTool>.Instance);