Class Nexus\Mcp\Schema\Content\ResourceLink

final
readonly
extends BaseMetadata<array{_meta?: array<string, mixed>, type: 'resource_link', uri: non-empty-string, name: non-empty-string, title?: non-empty-string, description?: non-empty-string, mimeType?: non-empty-string, size?: int<0, max>, annotations?: template-type<Annotations, Arrayable, 'T'>, icons?: list<template-type<Icon, Arrayable, 'T'>>}>
implements ContentBlock

A resource that the server is capable of reading, included in a prompt or tool call result. Note: resource links returned by tools are not guaranteed to appear in the results of resources/list requests.

Methods
Methods inherited from Nexus\Mcp\Schema\BaseMetadata
getDisplayName(), jsonSerialize()
Properties
Properties inherited from Nexus\Mcp\Schema\BaseMetadata
$name, $title