For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/interfaces/rstest.TestableRouteDescriptor.md.
  • 简体中文
  • Interface: TestableRouteDescriptor

    One compiled route the harness can address, with the identity its diagnostics report.

    Properties

    config

    readonly config: Readonly<Record<string, unknown>>

    The route module's statically extracted config export; {} when absent.


    id

    readonly id: string


    kind

    readonly kind: CompiledRouteKind


    relativePath

    readonly relativePath: string

    Project-relative POSIX path of the route module.


    serverId?

    readonly optional serverId?: string

    The owning MCP server id (mcp:<name>); MCP route kinds only.


    source

    readonly source: string

    Absolute route module path.