Class Implementation
- Namespace
- ModelContextProtocol.Protocol.Types
- Assembly
- ModelContextProtocol.dll
Describes the name and version of an MCP implementation. See the schema for details
public class Implementation
- Inheritance
-
Implementation
- Inherited Members
Properties
Name
Name of the implementation.
[JsonPropertyName("name")]
public required string Name { get; set; }
Property Value
Version
Version of the implementation.
[JsonPropertyName("version")]
public required string Version { get; set; }