2 implementations of SendNotificationAsync
aspire (1)
Mcp\McpServerNotifier.cs (1)
20
public Task
SendNotificationAsync
<TParams>(string method, TParams parameters, CancellationToken cancellationToken = default)
Aspire.Cli.Tests (1)
TestServices\TestMcpNotifier.cs (1)
28
public Task
SendNotificationAsync
<TParams>(string method, TParams parameters, CancellationToken cancellationToken = default)
2 references to SendNotificationAsync
aspire (2)
Mcp\Tools\DocsToolHelper.cs (2)
31
await notifier.
SendNotificationAsync
(
48
await notifier.
SendNotificationAsync
(