After merging handlers, registry and schema of both SDKs the pagination is currently not working. Pointers: * [Pagination in the Specification](https://modelcontextprotocol.io/specification/2025-06-18/server/utilities/pagination) * In php-mcp it was part of the [Dispatcher](https://github.com/php-mcp/server/blob/main/src/Dispatcher.php) class * See * [ListPromptsHandler](https://github.com/modelcontextprotocol/php-sdk/blob/main/src/Server/RequestHandler/ListPromptsHandler.php) * [ListResourcesHandler](https://github.com/modelcontextprotocol/php-sdk/blob/main/src/Server/RequestHandler/ListResourcesHandler.php) * [ListToolsHandler](https://github.com/modelcontextprotocol/php-sdk/blob/main/src/Server/RequestHandler/ListToolsHandler.php) --- Please announce yourself before working on this - so we can avoid duplicate effort.
After merging handlers, registry and schema of both SDKs the pagination is currently not working.
Pointers:
Please announce yourself before working on this - so we can avoid duplicate effort.