Table of Contents

Interface IMcpCompletionProvider

Namespace
LMKit.Mcp.Server
Assembly
LM-Kit.NET.dll

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.

Share