Skip to content

Commit 9a0ac4c

Browse files
committed
uses 50
1 parent 0ec8be4 commit 9a0ac4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Mcp/Boost.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ class Boost extends Server
2525
*/
2626
protected string $instructions = 'Laravel ecosystem MCP server offering database schema access, Artisan commands, error logs, Tinker execution, semantic documentation search and more. Boost helps with code generation.';
2727

28+
/**
29+
* The default pagination length for resources that support pagination.
30+
*/
31+
public int $defaultPaginationLength = 50;
32+
2833
/**
2934
* The tools registered with this MCP server.
3035
*

0 commit comments

Comments
 (0)