Table of Contents

Class CuratedMcpEnvVar

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

An environment variable that must be supplied by the user when installing a server.

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

Constructors

CuratedMcpEnvVar(string, string, bool)

An environment variable that must be supplied by the user when installing a server.

public CuratedMcpEnvVar(string Name, string Prompt, bool IsSecret = true)

Parameters

Name string
Prompt string
IsSecret bool

Properties

IsSecret

public bool IsSecret { get; init; }

Property Value

bool

Name

public string Name { get; init; }

Property Value

string

Prompt

public string Prompt { get; init; }

Property Value

string