McpServer
MCP server
Operations
IsDebug
Returns rather the server is in debug mode
function : IsDebug() ~ BoolReturn
| Type | Description |
|---|---|
| Bool | true is in debug mode, false otherwise |
Serve
Initializes the MCP server
function : Serve(config:JsonElement, ) ~ NilParameters
| Name | Type | Description |
|---|---|---|
| config | JsonElement | JSON configuration file |