Class McpRegistryJson
java.lang.Object
dev.langchain4j.mcp.registryclient.McpRegistryJson
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Tstatic LocalDateTimeparseTimestamp(Object value) The registry sends UTC timestamps such as2025-09-29T12:00:00Z.
-
Method Details
-
fromJson
-
parseTimestamp
The registry sends UTC timestamps such as2025-09-29T12:00:00Z. They are parsed here rather than by a JSON-library-specific deserializer, so that any codec reads them.
-