Class McpOfficialMeta

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

public class McpOfficialMeta extends Object
  • Constructor Details

    • McpOfficialMeta

      public McpOfficialMeta()
  • Method Details

    • getServerId

      @Deprecated(forRemoval=true) public String getServerId()
      Deprecated, for removal: This API element is subject to removal in a future version.
      This field was removed in the 2025-09-29 version of the schema.
    • isLatest

      public boolean isLatest()
    • getPublishedAt

      public LocalDateTime getPublishedAt()
      The date and time when the server was published. It is evaluated in the UTC.
    • getUpdatedAt

      public LocalDateTime getUpdatedAt()
      The date and time when the server was last updated. It is evaluated in the UTC.
    • getStatus

      public String getStatus()
    • toString

      public String toString()
      Overrides:
      toString in class Object