5 references to ListResources
aspire (3)
Commands\AgentMcpCommand.cs (1)
114
_knownTools[KnownMcpTools.
ListResources
] = new ListResourcesTool(_auxiliaryBackchannelMonitor, _loggerFactory.CreateLogger<ListResourcesTool>());
Mcp\KnownMcpTools.cs (1)
31
ListResources
,
Mcp\Tools\ListResourcesTool.cs (1)
52
public override string Name => KnownMcpTools.
ListResources
;
Aspire.Cli.Tests (2)
Commands\AgentMcpCommandTests.cs (2)
114
tool => AssertTool(KnownMcpTools.
ListResources
, tool),
564
KnownMcpTools.
ListResources
,