![]() |
Qore json Module 1.11.0
|
Base class for MCP client data providers. More...
#include <McpClientDataProviderBase.qc.dox.h>
Public Member Methods | |
| void | constructor (McpClient mcp) |
| Creates the object with the given MCP client. | |
| void | constructor (soft< hash< auto > > options) |
| Creates the object from constructor options. | |
| McpClient | getMcpClient () |
| Returns the MCP client. | |
Public Attributes | |
| const auto | ConstructorOptions = ... |
| Constructor options. | |
Private Attributes | |
| McpClient | mcp |
| The MCP client. | |
Base class for MCP client data providers.