UpdatedMcpDescriptor¶
Structure Class¶
UpdatedMcpDescriptor
dataclass
¶
Wrapper for updating an MCP descriptor with PATCH semantics. When present with a value, individual MCP fields can be updated independently. When present with a null value, the entire MCP descriptor is unset. When absent, the MCP descriptor is left unchanged.
Attributes¶
optional_value
class-attribute
instance-attribute
¶
optional_value: UpdatedMcpDescriptorFields | None = None
The updated MCP descriptor fields.