final | |
---|---|
readonly | |
implements |
JsonSerializable, Stringable |
The latest version of the Model Context Protocol that the client supports. The client MAY decide to support older versions as well.
Methods | ||
---|---|---|
public
|
__construct(non-empty-string $version)
|
# |
public
|
__toString(): string
|
# |
public
|
jsonSerialize(): string
|
# |
public
|
supportsBatchRequest(): bool
|
# |
public
|
supportsElicitation(): bool
|
# |
Constants | |||
---|---|---|---|
public
|
string |
LATEST_PROTOCOL_VERSION = '2025-06-18'
|
# |
public
|
array |
SUPPORTED_PROTOCOL_VERSIONS = [self::LATEST_PROTOCOL_VERSION, '2025-03-26', '2024-11-05']
|
# |