Class CuratedMcpEnvVar
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
Properties
IsSecret
public bool IsSecret { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
Prompt
public string Prompt { get; init; }