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