Skip to content

agents / Exports / IRelayMcpContext

Interface: IRelayMcpContext

Table of contents

Properties

Properties

ownerPath

ownerPath: IOwnerPathSegment[]

OwnerPath including agent segment appended for this relay execution

Defined in

packages/agents/src/tools/implementations/relay-mcp-tool.ts:9


eventService

eventService: IEventService

Tool-bound EventService (already bound to tool by caller)

Defined in

packages/agents/src/tools/implementations/relay-mcp-tool.ts:11


baseEventService

baseEventService: IEventService

Unbound base EventService (required to bind a new owner for created agent)

Defined in

packages/agents/src/tools/implementations/relay-mcp-tool.ts:13


agentId

agentId: string

Generated agent identifier for this relay execution

Defined in

packages/agents/src/tools/implementations/relay-mcp-tool.ts:15

Released under the MIT License.