7 references to ListStructuredLogs
aspire (4)
Commands\AgentMcpCommand.cs (2)
106
_knownTools[KnownMcpTools.
ListStructuredLogs
] = new ListStructuredLogsTool(staticProvider, null, _httpClientFactory, _loggerFactory.CreateLogger<ListStructuredLogsTool>());
117
_knownTools[KnownMcpTools.
ListStructuredLogs
] = new ListStructuredLogsTool(dashboardInfoProvider, _auxiliaryBackchannelMonitor, _httpClientFactory, _loggerFactory.CreateLogger<ListStructuredLogsTool>());
Mcp\KnownMcpTools.cs (1)
34
ListStructuredLogs
,
Mcp\Tools\ListStructuredLogsTool.cs (1)
24
public override string Name => KnownMcpTools.
ListStructuredLogs
;
Aspire.Cli.Tests (3)
Commands\AgentMcpCommandTests.cs (2)
115
tool => AssertTool(KnownMcpTools.
ListStructuredLogs
, tool),
552
tool => Assert.Equal(KnownMcpTools.
ListStructuredLogs
, tool.Name),
Mcp\ListStructuredLogsToolTests.cs (1)
344
Assert.Equal(KnownMcpTools.
ListStructuredLogs
, tool.Name);