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/test.PackedMcpSessionOptions.md.
  • English
  • Interface: PackedMcpSessionOptions

    Properties

    args?

    readonly optional args?: readonly string[]

    Extra argv appended after the entry path.


    cwd?

    readonly optional cwd?: string

    Working directory for the spawned process; defaults to the entry's directory.


    deletedSource?

    readonly optional deletedSource?: DeletedSourceReceipt

    Receipt whose paths must still be absent and whose project root must contain the entry and any explicit cwd before this session may claim deleted-source proof.


    entry

    readonly entry: string

    Absolute path of the generated stdio entry (<artifact>/<target>/mcp/<server>.mjs).


    env?

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

    Environment for the spawned process; defaults to the current one.


    execPath?

    readonly optional execPath?: string

    Node binary to spawn; defaults to the running one.


    name?

    readonly optional name?: string

    Client identity sent in initialize.