McpServerConfiguration
McpServerConfiguration.php
:
16
Read-only
Final
Properties¶
$description
¶
McpServerConfiguration.php
:
29
|
|
|
$enabled
¶
McpServerConfiguration.php
:
27
|
|
|
$identifier
¶
McpServerConfiguration.php
:
25
|
|
|
$instructions
¶
McpServerConfiguration.php
:
30
|
|
|
$path
¶
McpServerConfiguration.php
:
26
|
|
|
$prompts
¶
McpServerConfiguration.php
:
32
|
|
|
$resources
¶
McpServerConfiguration.php
:
33
|
|
|
$resourceTemplates
¶
McpServerConfiguration.php
:
34
|
|
|
$tools
¶
McpServerConfiguration.php
:
31
|
|
|
$version
¶
McpServerConfiguration.php
:
28
|
|
|
Methods¶
__construct()
¶
McpServerConfiguration.php
:
24
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
| $path | string | - | - |
| $enabled | bool | - | - |
| $version | string | '1.0.0' | - |
| $description | string|null | null | - |
| $instructions | string|null | null | - |
| $tools | array<string, Tool> | [] |
keyed by tool name |
| $prompts | array<string, Prompt> | [] |
keyed by prompt name |
| $resources | array<string, resource> | [] |
keyed by resource URI |
| $resourceTemplates | array<string, ResourceTemplate> | [] |
keyed by URI template |