Class Nexus\Mcp\Schema\Request\Request

<T is array{method: non-empty-string, params?: array<string, mixed>}>

abstract
readonly
extends Message<T>

The base JSON-RPC request object.

Methods
Methods inherited from Nexus\Mcp\Schema\Message\Message
validateJsonRpc()
Constants inherited from Nexus\Mcp\Schema\Message\JsonRpcMessage
JSON_RPC_VERSION
Properties