McpResource
McpResource.php
:
14
Read-only
Final
Attributes
- #[Attribute]
- \Attribute::TARGET_METHOD
Properties¶
$annotations
¶
McpResource.php
:
29
|
|
|
$description
¶
McpResource.php
:
26
|
|
|
$icons
¶
McpResource.php
:
30
|
|
|
$meta
¶
McpResource.php
:
31
|
|
|
$mimeType
¶
McpResource.php
:
27
|
|
|
$name
¶
McpResource.php
:
25
|
|
|
$servers
¶
McpResource.php
:
23
|
|
|
$size
¶
McpResource.php
:
28
|
|
|
$uri
¶
McpResource.php
:
24
|
|
|
Methods¶
__construct()
¶
McpResource.php
:
22
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $servers | array<int, string> | - | - |
| $uri | string | - | - |
| $name | string|null | null | - |
| $description | string|null | null | - |
| $mimeType | string|null | null | - |
| $size | int|null | null | - |
| $annotations | Annotations|null | null | - |
| $icons | array<string|int, Icon>|null | null | - |
| $meta | array<string, mixed>|null | null | - |