Skip to content

Interface: RouteEvent

Defined in: packages/core/src/observability/DebugObserver.ts:44

Emitted when an incoming MCP call is routed to a tool builder. This is the first event in the pipeline — before any validation.

Properties

action

ts
readonly action: string;

Defined in: packages/core/src/observability/DebugObserver.ts:47


timestamp

ts
readonly timestamp: number;

Defined in: packages/core/src/observability/DebugObserver.ts:50


tool

ts
readonly tool: string;

Defined in: packages/core/src/observability/DebugObserver.ts:46


traceId?

ts
readonly optional traceId: string;

Defined in: packages/core/src/observability/DebugObserver.ts:49

Short hex trace ID for correlating events in the same request lifecycle


type

ts
readonly type: "route";

Defined in: packages/core/src/observability/DebugObserver.ts:45