Class McpListPromptsParams

java.lang.Object
dev.langchain4j.mcp.protocol.McpClientParams
dev.langchain4j.mcp.protocol.McpListPromptsParams

public class McpListPromptsParams extends McpClientParams
Corresponds to the params of the ListPromptsRequest type from the MCP schema.
  • Constructor Details

    • McpListPromptsParams

      public McpListPromptsParams()
  • Method Details

    • getCursor

      public String getCursor()
    • setCursor

      public void setCursor(String cursor)