Class McpRuntimeArgument

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

public class McpRuntimeArgument extends Object
  • Constructor Details

    • McpRuntimeArgument

      public McpRuntimeArgument()
  • Method Details

    • getChoices

      public List<String> getChoices()
    • getDefaultValue

      public String getDefaultValue()
    • getDescription

      public String getDescription()
    • getFormat

      public String getFormat()
    • isRepeated

      public boolean isRepeated()
    • isRequired

      public boolean isRequired()
    • isSecret

      public boolean isSecret()
    • getName

      public String getName()
    • getType

      public String getType()
    • getValue

      public String getValue()
    • getValueHint

      public String getValueHint()
    • getVariables

      public List<McpVariable> getVariables()