Table of Contents

Class CompleteContext

Namespace
ModelContextProtocol.Protocol
Assembly
ModelContextProtocol.Core.dll

Represents additional context information for completion requests.

public sealed class CompleteContext
Inheritance
CompleteContext
Inherited Members

Remarks

This context provides information that helps the server generate more relevant completion suggestions, such as previously resolved variables in a template.

Properties

Arguments

Gets or sets previously-resolved variables in a URI template or prompt.

[JsonPropertyName("arguments")]
public IDictionary<string, string>? Arguments { get; init; }

Property Value

IDictionary<string, string>