4 references to ExecuteResourceCommand
aspire (3)
Commands\AgentMcpCommand.cs (1)
70[KnownMcpTools.ExecuteResourceCommand] = new ExecuteResourceCommandTool(auxiliaryBackchannelMonitor, loggerFactory.CreateLogger<ExecuteResourceCommandTool>()),
Mcp\KnownMcpTools.cs (1)
33ExecuteResourceCommand,
Mcp\Tools\ExecuteResourceCommandTool.cs (1)
20public override string Name => KnownMcpTools.ExecuteResourceCommand;
Aspire.Cli.Tests (1)
Commands\AgentMcpCommandTests.cs (1)
129tool => AssertTool(KnownMcpTools.ExecuteResourceCommand, tool),