final | |
|---|---|
readonly | |
extends |
Result |
implements |
ServerResult |
The server's response to a prompts/get request from the client.
| Methods | ||
|---|---|---|
public
|
__construct(list<PromptMessage> $messages, ?string $description = null, MetaObject $meta = new MetaObject())
|
# |
public
static
|
fromArray(array<string, mixed> $data): static
|
# |
public
|
toArray(): array
|
# |
public
|
jsonSerialize(): array
|
# |
| Properties | |||
|---|---|---|---|
public
|
list<PromptMessage>
|
$messages
|
# |
public
|
null|non-empty-string
|
$description
|
# |
| Properties inherited from Nexus\Mcp\Core\Schema\Result |
|---|
$meta |