Skip to content

agent-tool-mcp / Exports / IRelayMcpOptions

Interface: IRelayMcpOptions

Table of contents

Properties

Properties

schema

schema: IToolSchema

MCP schema describing this relay tool

Defined in

relay-mcp-tool.ts:27


run

run: (parameters: TToolParameters, ctx: IRelayMcpContext) => Promise<IToolResult>

Relay executor that performs the actual work (e.g., create Robota agent and run). Must not perform ownerPath inference; receives the augmented agent ownerPath.

Type declaration

▸ (parameters, ctx): Promise<IToolResult>

Parameters
NameType
parametersTToolParameters
ctxIRelayMcpContext
Returns

Promise<IToolResult>

Defined in

relay-mcp-tool.ts:32

Released under the MIT License.