Implementation extension type

Describes the name and version of an MCP implementation.

on
Implemented types

Constructors

Implementation.new({required String name, required String version, String? title})
factory
Implementation.fromMap(Map<String, Object?> _value)

Properties

name String
Intended for programmatic or logical use, but used as a display name in past specs for fallback (if title isn't present).
no setterinherited
title String?
A short title for this object.
no setterinherited
version String
no setter