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/mcp-entry.RunStdioServerOptions.md.
  • English
  • Interface: RunStdioServerOptions

    Properties

    activityThrottleMs?

    readonly optional activityThrottleMs?: number


    exit?

    readonly optional exit?: (code) => void

    Parameters

    code

    number

    Returns

    void


    heartbeat?

    readonly optional heartbeat?: boolean

    Disables interval/activity heartbeat logging; shutdown behavior is unaffected.


    heartbeatIntervalMs?

    readonly optional heartbeatIntervalMs?: number


    server

    readonly server: LifecycleServer


    serverName?

    readonly optional serverName?: string

    Heartbeat log prefix — pass the MCP server name.


    shutdownTimeoutMs?

    readonly optional shutdownTimeoutMs?: number


    signals?

    readonly optional signals?: LifecycleSignalSource


    stdin?

    readonly optional stdin?: LifecycleStdin


    transport

    readonly transport: LifecycleTransport


    writeLine?

    readonly optional writeLine?: (line) => void

    Parameters

    line

    string

    Returns

    void