CompleteRequestParams
data class CompleteRequestParams(val argument: CompleteRequestParams.Argument, val ref: Reference, val context: CompleteRequestParams.Context? = null, val meta: RequestMeta? = null) : RequestParams(source)
Parameters for the completion request.
Constructors
Link copied to clipboard
constructor(argument: CompleteRequestParams.Argument, ref: Reference, context: CompleteRequestParams.Context? = null, meta: RequestMeta? = null)
Properties
Link copied to clipboard
The argument's information for which completion options are requested.
Link copied to clipboard
Additional, optional context for generating completions.
Link copied to clipboard
The _meta property/parameter is reserved by MCP to allow clients and servers to attach additional metadata to their interactions.