2 writes to ProgressToken
aspire (1)
Commands\AgentMcpCommand.cs (1)
186
ProgressToken
= request.Params?.ProgressToken
Aspire.Cli.Tests (1)
TestServices\CallToolContextTestHelper.cs (1)
31
ProgressToken
= progressToken is not null ? new ModelContextProtocol.Protocol.ProgressToken(progressToken) : null
3 references to ProgressToken
aspire (3)
Mcp\Tools\GetDocTool.cs (1)
76
await DocsToolHelper.EnsureIndexedWithNotificationsAsync(_docsIndexService, context.
ProgressToken
, context.Notifier, cancellationToken).ConfigureAwait(false);
Mcp\Tools\ListDocsTool.cs (1)
43
await DocsToolHelper.EnsureIndexedWithNotificationsAsync(_docsIndexService, context.
ProgressToken
, context.Notifier, cancellationToken).ConfigureAwait(false);
Mcp\Tools\SearchDocsTool.cs (1)
79
await DocsToolHelper.EnsureIndexedWithNotificationsAsync(_docsIndexService, context.
ProgressToken
, context.Notifier, cancellationToken).ConfigureAwait(false);