Record
implementation-info
Identification metadata for a client or agent implementation.
record implementation-info {
name: string,
title: option<string>,
version: string,
}Fields
| Name | Type | Description |
|---|---|---|
| name | string | Programmatic name (e.g. "my-agent"). |
| title | option<string> | Optional human-readable display name. |
| version | string | Implementation version (e.g. "1.0.0"). |