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)
402return 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)
28var tool = CreateTool(); 46var tool = CreateTool(monitor); 175var tool = CreateTool(monitor, mockHttpClientFactory); 277var tool = CreateTool(monitor, mockHttpClientFactory); 332var tool = CreateTool(monitor, mockHttpClientFactory); 352var tool = CreateTool(); 360var tool = CreateTool(); 368var tool = CreateTool(); 382var tool = CreateTool(); 398private static ListStructuredLogsTool CreateTool( 405NullLogger<ListStructuredLogsTool>.Instance);