2 writes to Notifier
aspire (1)
Commands\AgentMcpCommand.cs (1)
183Notifier = new McpServerNotifier(_server!),
Aspire.Cli.Tests (1)
TestServices\CallToolContextTestHelper.cs (1)
28Notifier = notifier ?? new TestMcpNotifier(),
3 references to Notifier
aspire (3)
Mcp\Tools\GetDocTool.cs (1)
76await DocsToolHelper.EnsureIndexedWithNotificationsAsync(_docsIndexService, context.ProgressToken, context.Notifier, cancellationToken).ConfigureAwait(false);
Mcp\Tools\ListDocsTool.cs (1)
43await DocsToolHelper.EnsureIndexedWithNotificationsAsync(_docsIndexService, context.ProgressToken, context.Notifier, cancellationToken).ConfigureAwait(false);
Mcp\Tools\SearchDocsTool.cs (1)
79await DocsToolHelper.EnsureIndexedWithNotificationsAsync(_docsIndexService, context.ProgressToken, context.Notifier, cancellationToken).ConfigureAwait(false);