Interfaces
MCPGatewayConfig
Properties:
| Property | Type | Required | Description |
|---|
port | number | Yes | |
host | string | Yes | |
rxdbServerUrl | string | Yes | |
authToken | string | Yes | |
domainId | string | Yes | |
projectPath | string | undefined | No | |
userId | string | undefined | No | |
orgId | string | undefined | No | |
corsOrigins | string[] | undefined | No | |
Properties:
| Property | Type | Required | Description |
|---|
name | string | Yes | |
description | string | Yes | |
inputSchema | any | Yes | |
Properties:
| Property | Type | Required | Description |
|---|
toolName | string | Yes | |
arguments | Record<string, any> | Yes | |
Properties:
| Property | Type | Required | Description |
|---|
success | boolean | Yes | |
result | any | No | |
error | string | undefined | No | |