4 references to ListIntegrations
aspire (3)
Commands\AgentMcpCommand.cs (1)
76[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)
134tool => AssertTool(KnownMcpTools.ListIntegrations, tool),