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