Interface IMcpCompletionProvider
Suggests values for a prompt or resource-template argument, answering
completion/complete.
public interface IMcpCompletionProvider
Remarks
This is what turns an argument the user would otherwise have to know by heart, such as a collection name or a stored file identifier, into something they can pick from a list.
Methods
- CompleteAsync(string, string, string, string, McpRequestContext, CancellationToken)
Suggests values for one argument.