Skip to content

Commit 9892dd3

Browse files
feat(docs): Update README on pagination limit
1 parent ab41e64 commit 9892dd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)