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/config.NormalizedMcpServer.md.
  • English
  • Interface: NormalizedMcpServer

    Properties

    args?

    readonly optional args?: readonly string[]


    command?

    readonly optional command?: string


    cwd?

    readonly optional cwd?: string


    env?

    readonly optional env?: Readonly<Record<string, string>>


    generatedRoutes?

    readonly optional generatedRoutes?: readonly CompiledAgentRoute[]

    Filesystem routes compiled into this framework-generated server entry.


    headers?

    readonly optional headers?: Readonly<Record<string, string>>


    id

    readonly id: string


    name

    readonly name: string


    provenance

    readonly provenance: SourceProvenance


    source?

    readonly optional source?: string

    Absolute local source path for compiler-owned MCP entries only.


    targets

    readonly targets: readonly string[]


    transport

    readonly transport: McpTransport


    url?

    readonly optional url?: string