Copied!

McpResourceTemplate

McpResourceTemplate.php : 14
Read-only
Final
Attributes
#[Attribute]
\Attribute::TARGET_METHOD

Properties

public $annotations

McpResourceTemplate.php : 27
public Annotations|null $annotations = null

public $description

McpResourceTemplate.php : 25
public string|null $description = null

public $meta

McpResourceTemplate.php : 28
public array<string|int, mixed>|null $meta = null

public $mimeType

McpResourceTemplate.php : 26
public string|null $mimeType = null

public $name

McpResourceTemplate.php : 24
public string|null $name = null

public $servers

McpResourceTemplate.php : 22
public array<string|int, mixed> $servers

public $uriTemplate

McpResourceTemplate.php : 23
public string $uriTemplate

Methods

public__construct()

McpResourceTemplate.php : 21
public __construct(array<int, string> $servers, string $uriTemplate[, string|null $name = null ][, string|null $description = null ][, string|null $mimeType = null ][, Annotations|null $annotations = null ][, array<string, mixed>|null $meta = null ])

Parameters

Name Type Default value Description
$servers array<int, string> - -
$uriTemplate string - -
$name string|null null -
$description string|null null -
$mimeType string|null null -
$annotations Annotations|null null -
$meta array<string, mixed>|null null -