Skip to content

/AWS1/CL_BDOSERVERDEFINITION

The server definition for an MCP descriptor. Contains the schema version and inline content for the MCP server configuration.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_schemaversion TYPE /AWS1/BDOSCHEMAVERSION /AWS1/BDOSCHEMAVERSION

The schema version of the server definition based on the MCP protocol specification. If not specified, the version is auto-detected from the content.

iv_inlinecontent TYPE /AWS1/BDOINLINECONTENT /AWS1/BDOINLINECONTENT

The JSON content containing the MCP server definition, conforming to the MCP protocol specification.


Queryable Attributes

schemaVersion

The schema version of the server definition based on the MCP protocol specification. If not specified, the version is auto-detected from the content.

Accessible with the following methods

Method Description
GET_SCHEMAVERSION() Getter for SCHEMAVERSION, with configurable default
ASK_SCHEMAVERSION() Getter for SCHEMAVERSION w/ exceptions if field has no value
HAS_SCHEMAVERSION() Determine if SCHEMAVERSION has a value

inlineContent

The JSON content containing the MCP server definition, conforming to the MCP protocol specification.

Accessible with the following methods

Method Description
GET_INLINECONTENT() Getter for INLINECONTENT, with configurable default
ASK_INLINECONTENT() Getter for INLINECONTENT w/ exceptions if field has no value
HAS_INLINECONTENT() Determine if INLINECONTENT has a value