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

    Extends

    • AsyncDisposable

    Properties

    client

    readonly client: Client


    close

    readonly close: () => Promise<void>

    Returns

    Promise<void>


    eventRuntimeEndpoint?

    readonly optional eventRuntimeEndpoint?: string

    Raw read-only status socket for the installed generated event runtime.


    observation

    readonly observation: InstalledHostObservation


    provenance

    readonly provenance: InstalledHostMcpProvenance


    stderr

    readonly stderr: () => string

    Returns

    string

    Methods

    [asyncDispose]()

    [asyncDispose](): PromiseLike<void>

    Returns

    PromiseLike<void>

    Inherited from

    AsyncDisposable.[asyncDispose]