Interface: ToolRouteProps<InputSchema>
Props received by every executable MCP route's async default Server Component.
Read transport-owned invocation, host, session, actor, and workspace axes
with await agent() from @agent-bundle/runtime. Every identity axis is
Observed; unavailable axes carry a typed reason, and input cannot
override request identity.
Type Parameters
InputSchema
InputSchema extends RouteSchema
Properties
input
readonlyinput:RouteSchemaOutput<InputSchema>
signal
readonlysignal:AbortSignal