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.AgentLayoutRoute.md.
  • English
  • Interface: AgentLayoutRoute

    Stable identity of the route a layout is wrapping, baked at compile time from the route graph. name is the protocol-facing name: the MCP tool, resource, or prompt name, the space-joined CLI command path, or the script name. The layout component's props type, AgentLayoutProps, ships from @agent-bundle/runtime because it carries React's ReactNode children and this package's root declarations stay React-free for config-only consumers.

    Properties

    id

    readonly id: string


    kind

    readonly kind: AgentLayoutRouteKind


    name

    readonly name: string


    serverId?

    readonly optional serverId?: string

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