Class Nexus\Mcp\Core\Schema\Request\GetPromptRequest

final
readonly
extends JsonRpcRequest<'prompts/get', array{jsonrpc: '2.0', id: (int|non-empty-string), method: 'prompts/get', params: template-type<GetPromptRequestParams, RequestParams, 'T'>}>
implements ClientRequest

Used by the client to get a prompt provided by the server.

Methods
Methods inherited from Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcRequest
jsonSerialize()
Constants inherited from Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcMessage
JSONRPC_VERSION
Properties
Properties inherited from Nexus\Mcp\Core\Schema\JsonRpc\JsonRpcRequest
$id