Class Argument
- Namespace
- ModelContextProtocol.Protocol.Types
- Assembly
- ModelContextProtocol.dll
Used for completion requests to provide additional context for the completion options. See the schema for details
public class Argument
- Inheritance
-
Argument
- Inherited Members
Properties
Name
The name of the argument.
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Value
The value of the argument to use for completion matching.
[JsonPropertyName("value")]
public string Value { get; set; }