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