Class McpVariable

java.lang.Object
dev.langchain4j.mcp.registryclient.model.McpVariable

public class McpVariable extends Object
  • Constructor Details

    • McpVariable

      public McpVariable()
  • Method Details

    • getChoices

      public List<String> getChoices()
    • getDefaultValue

      public String getDefaultValue()
    • getDescription

      public String getDescription()
    • getFormat

      public String getFormat()
    • isRequired

      public boolean isRequired()
    • isSecret

      public boolean isSecret()
    • getValue

      public String getValue()