4 references to ListIntegrations
aspire (3)
Commands\AgentMcpCommand.cs (1)
122_knownTools[KnownMcpTools.ListIntegrations] = new ListIntegrationsTool(_packagingService, _executionContext, _auxiliaryBackchannelMonitor);
Mcp\KnownMcpTools.cs (1)
39ListIntegrations,
Mcp\Tools\ListIntegrationsTool.cs (1)
54public override string Name => KnownMcpTools.ListIntegrations;
Aspire.Cli.Tests (1)
Commands\AgentMcpCommandTests.cs (1)
113tool => AssertTool(KnownMcpTools.ListIntegrations, tool),