1 implementation of SendToolsListChangedNotificationAsync
aspire (1)
Mcp\McpResourceToolRefreshService.cs (1)
66public async Task SendToolsListChangedNotificationAsync(CancellationToken cancellationToken)
2 references to SendToolsListChangedNotificationAsync
aspire (2)
Commands\AgentMcpCommand.cs (1)
254await _resourceToolRefreshService.SendToolsListChangedNotificationAsync(cancellationToken).ConfigureAwait(false);
Mcp\Tools\RefreshToolsTool.cs (1)
23await refreshService.SendToolsListChangedNotificationAsync(cancellationToken).ConfigureAwait(false);