final | |
|---|---|
readonly | |
extends |
PaginatedResult |
implements |
ServerResult |
The server's response to a resources/list request from the client.
| Methods | ||
|---|---|---|
public
|
__construct(list<Resource> $resources, ?Cursor $nextCursor = null, MetaObject $meta = new MetaObject())
|
# |
public
static
|
fromArray(array $data): static
|
# |
public
|
toArray(): array
|
# |
public
|
jsonSerialize(): array
|
# |
| Properties | |||
|---|---|---|---|
public
|
list<Resource>
|
$resources
|
# |
| Properties inherited from Nexus\Mcp\Core\Schema\Result\PaginatedResult |
|---|
$nextCursor |
| Properties inherited from Nexus\Mcp\Core\Schema\Result |
|---|
$meta |