Table of Contents

Class CompleteRequestParams

Namespace
ModelContextProtocol.Protocol.Types
Assembly
ModelContextProtocol.dll

A request from the client to the server, to ask for completion options. See the schema for details

public class CompleteRequestParams : RequestParams
Inheritance
CompleteRequestParams
Inherited Members

Properties

Argument

The argument's information

[JsonPropertyName("argument")]
public required Argument Argument { get; init; }

Property Value

Argument

Ref

The reference's information

[JsonPropertyName("ref")]
public required Reference Ref { get; init; }

Property Value

Reference