5 references to ListAppHosts
aspire (3)
Commands\AgentMcpCommand.cs (1)
121_knownTools[KnownMcpTools.ListAppHosts] = new ListAppHostsTool(_auxiliaryBackchannelMonitor, _executionContext);
Mcp\KnownMcpTools.cs (1)
38ListAppHosts,
Mcp\Tools\ListAppHostsTool.cs (1)
29public override string Name => KnownMcpTools.ListAppHosts;
Aspire.Cli.Tests (2)
Commands\AgentMcpCommandTests.cs (2)
110tool => AssertTool(KnownMcpTools.ListAppHosts, tool), 338KnownMcpTools.ListAppHosts,