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
223
223
* ** ` withContainer(ContainerInterface $container) ` ** : Optional. PSR-11 container for resolving * your handler classes* . Defaults to ` BasicContainer ` .
224
224
* ** ` withLoop(LoopInterface $loop) ` ** : Optional. ReactPHP event loop. Defaults to ` Loop::get() ` .
225
225
* ** ` 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.
226
227
* ` withTool(...) ` , ` withResource(...) ` , etc.: Optional manual registration.
227
228
228
229
## Running the Server (Transports)
You can’t perform that action at this time.
0 commit comments