Skip to content

agent-tool-mcp / Exports / IRelayMcpContext

Interface: IRelayMcpContext

Table of contents

Properties

Properties

ownerPath

ownerPath: IOwnerPathSegment[]

OwnerPath including agent segment appended for this relay execution

Defined in

relay-mcp-tool.ts:16


eventService

eventService: IEventService

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

Defined in

relay-mcp-tool.ts:18


baseEventService

baseEventService: IEventService

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

Defined in

relay-mcp-tool.ts:20


agentId

agentId: string

Generated agent identifier for this relay execution

Defined in

relay-mcp-tool.ts:22

Released under the MIT License.