Record
implementation
MCP implementation metadata
record implementation {
name: string,
title: option<string>,
version: string,
}Fields
| Name | Type | Description |
|---|---|---|
| name | string | Implementation name (e.g., "wasmcp", "claude-desktop") |
| title | option<string> | Human-readable title |
| version | string | Semantic version string |