4 references to ExecuteResourceCommand
aspire (3)
Commands\AgentMcpCommand.cs (1)
116_knownTools[KnownMcpTools.ExecuteResourceCommand] = new ExecuteResourceCommandTool(_auxiliaryBackchannelMonitor, _loggerFactory.CreateLogger<ExecuteResourceCommandTool>());
Mcp\KnownMcpTools.cs (1)
33ExecuteResourceCommand,
Mcp\Tools\ExecuteResourceCommandTool.cs (1)
22public override string Name => KnownMcpTools.ExecuteResourceCommand;
Aspire.Cli.Tests (1)
Commands\AgentMcpCommandTests.cs (1)
108tool => AssertTool(KnownMcpTools.ExecuteResourceCommand, tool),