/AWS1/CL_BDOMCPDESCRIPTOR¶
The Model Context Protocol (MCP) descriptor for a registry record. Contains the server definition and tools definition for an MCP-compatible server. The schema is validated against the MCP protocol specification.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_server TYPE REF TO /AWS1/CL_BDOSERVERDEFINITION /AWS1/CL_BDOSERVERDEFINITION¶
The MCP server definition, containing the server configuration and schema as defined by the MCP protocol specification.
io_tools TYPE REF TO /AWS1/CL_BDOTOOLSDEFINITION /AWS1/CL_BDOTOOLSDEFINITION¶
The MCP tools definition, containing the tools available on the MCP server as defined by the MCP protocol specification.
Queryable Attributes¶
server¶
The MCP server definition, containing the server configuration and schema as defined by the MCP protocol specification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVER() |
Getter for SERVER |
tools¶
The MCP tools definition, containing the tools available on the MCP server as defined by the MCP protocol specification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOOLS() |
Getter for TOOLS |