Class Nexus\Mcp\Schema\Result\InitializeResult

final
readonly
extends Result<array{_meta?: array<string, mixed>, capabilities: template-type<ServerCapabilities, Arrayable, 'T'>, instructions?: string, protocolVersion: string, serverInfo: template-type<Implementation, Arrayable, 'T'>}>
implements ServerResult

After receiving an initialize request from the client, the server sends this response.

Methods
Methods inherited from Nexus\Mcp\Schema\Result\Result
jsonSerialize()
Properties
Properties inherited from Nexus\Mcp\Schema\Result\Result
$meta