supportedSchemaVersions constant

Set<String> const supportedSchemaVersions

Schema versions accepted by this release. Kept narrow; mcp_bundle validates internal structure while this adapter enforces the payload schema range acceptable to the runtime.

Implementation

static const Set<String> supportedSchemaVersions = {'1.0.0'};