File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -223,6 +223,7 @@ You can get a server builder instance by either calling `new ServerBuilder` or m
223223* ** ` withContainer(ContainerInterface $container) ` ** : Optional. PSR-11 container for resolving * your handler classes* . Defaults to ` BasicContainer ` .
224224* ** ` withLoop(LoopInterface $loop) ` ** : Optional. ReactPHP event loop. Defaults to ` Loop::get() ` .
225225* ** ` withCapabilities(Capabilities $capabilities) ` ** : Optional. Configure advertised capabilities (e.g., resource subscriptions). Use ` Capabilities::forServer(...) ` .
226+ * ** ` withPaginationLimit(int $paginationLimit) ` : Optional. Configures the server's pagination limit for list requests.
226227* ` withTool(...) ` , ` withResource(...) ` , etc.: Optional manual registration.
227228
228229## Running the Server (Transports)
You can’t perform that action at this time.
0 commit comments