mcp4k
Toggle table of contents
0.4.8
common
Target filter
common
Switch theme
Search in API
Skip to content
mcp4k
mcp4k-runtime
/
sh.ondr.mcp4k.runtime.core.pagination
/
PaginatedRequestFactory
/
create
create
abstract
fun
create
(
id
:
String
,
cursor
:
String
?
)
:
R
Creates a new paginated JSON-RPC request of type
R
given a unique
id
and an optional
cursor
string.