final | |
---|---|
readonly | |
extends |
Request |
implements |
ServerRequest |
Sent from the server to request a list of root URIs from the client. Roots allow servers to ask for specific directories or files to operate on. A common example for roots is providing a set of repositories or directories a server should operate on. This request is typically used when the server needs to understand the file system structure or access specific locations that the client has permission to read from.
Methods | ||
---|---|---|
public
|
__construct(non-empty-string $jsonrpc, null|ProgressToken $progressToken = null)
|
# |
Methods inherited from Nexus\Mcp\Message\Request |
---|
toArray() |
Methods inherited from Nexus\Mcp\Message\Message |
---|
jsonSerialize() |
Constants inherited from Nexus\Mcp\Message\Message |
---|
|
Properties | |||
---|---|---|---|
public
|
null|ProgressToken
|
$progressToken
|
# |
Properties inherited from Nexus\Mcp\Message\Request |
---|
$method, $params |
Properties inherited from Nexus\Mcp\Message\Message |
---|
$jsonrpc |