5 references to ListStructuredLogs
aspire (3)
Commands\AgentMcpCommand.cs (1)
71
[KnownMcpTools.
ListStructuredLogs
] = new ListStructuredLogsTool(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 (2)
Commands\AgentMcpCommandTests.cs (1)
136
tool => AssertTool(KnownMcpTools.
ListStructuredLogs
, tool),
Mcp\ListStructuredLogsToolTests.cs (1)
354
Assert.Equal(KnownMcpTools.
ListStructuredLogs
, tool.Name);