Skip to content

/AWS1/CL_TCRMCPSERVERDESCRPTR

Base mixin for MCP server descriptor content

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_data TYPE /AWS1/TCRDESCRIPTORDATA /AWS1/TCRDESCRIPTORDATA

Descriptor payload data

iv_dataschemaversion TYPE /AWS1/TCRDATASCHEMAVERSION /AWS1/TCRDATASCHEMAVERSION

Version of the descriptor type schema

io_additionaldata TYPE REF TO /AWS1/CL_TCRMCPSERVERADDLDATA /AWS1/CL_TCRMCPSERVERADDLDATA

Additional data for an MCP server descriptor

io_source TYPE REF TO /AWS1/CL_TCRDESCRIPTORSOURCE /AWS1/CL_TCRDESCRIPTORSOURCE

The source location from which the MCP (Model Context Protocol) server descriptor content was retrieved.


Queryable Attributes

data

Descriptor payload data

Accessible with the following methods

Method Description
GET_DATA() Getter for DATA, with configurable default
ASK_DATA() Getter for DATA w/ exceptions if field has no value
HAS_DATA() Determine if DATA has a value

dataSchemaVersion

Version of the descriptor type schema

Accessible with the following methods

Method Description
GET_DATASCHEMAVERSION() Getter for DATASCHEMAVERSION, with configurable default
ASK_DATASCHEMAVERSION() Getter for DATASCHEMAVERSION w/ exceptions if field has no v
HAS_DATASCHEMAVERSION() Determine if DATASCHEMAVERSION has a value

additionalData

Additional data for an MCP server descriptor

Accessible with the following methods

Method Description
GET_ADDITIONALDATA() Getter for ADDITIONALDATA

source

The source location from which the MCP (Model Context Protocol) server descriptor content was retrieved.

Accessible with the following methods

Method Description
GET_SOURCE() Getter for SOURCE