Table of Contents

Class CuratedMcpArgPrompt

Namespace
JD.AI.Core.Mcp
Assembly
JD.AI.Core.dll

A positional argument placeholder requiring user input before the server starts.

public sealed record CuratedMcpArgPrompt : IEquatable<CuratedMcpArgPrompt>
Inheritance
CuratedMcpArgPrompt
Implements
Inherited Members

Constructors

CuratedMcpArgPrompt(string, string, string?)

A positional argument placeholder requiring user input before the server starts.

public CuratedMcpArgPrompt(string Placeholder, string Prompt, string? Example = null)

Parameters

Placeholder string
Prompt string
Example string

Properties

Example

public string? Example { get; init; }

Property Value

string

Placeholder

public string Placeholder { get; init; }

Property Value

string

Prompt

public string Prompt { get; init; }

Property Value

string