Uses of Record Class
dev.langchain4j.mcp.client.McpServerInfo
Packages that use McpServerInfo
-
Uses of McpServerInfo in dev.langchain4j.mcp.client
Methods in dev.langchain4j.mcp.client that return McpServerInfoModifier and TypeMethodDescription@Nullable McpServerInfoMcpDiscoverResult.serverInfo()Returns the value of theserverInforecord component.Constructors in dev.langchain4j.mcp.client with parameters of type McpServerInfoModifierConstructorDescriptionMcpDiscoverResult(List<String> supportedVersions, Map<String, Object> capabilities, @Nullable McpServerInfo serverInfo, @Nullable String instructions, @Nullable String resultType) Creates an instance of aMcpDiscoverResultrecord class.