Class McpListToolsParams

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

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

    • McpListToolsParams

      public McpListToolsParams()
  • Method Details

    • getCursor

      public String getCursor()
    • setCursor

      public void setCursor(String cursor)