For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/api/interfaces/routes_public.ToolRouteProps.md.
  • English
  • 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

    readonly input: RouteSchemaOutput<InputSchema>


    signal

    readonly signal: AbortSignal