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/api.InvokeMcpOptions.md.
  • English
  • Interface: InvokeMcpOptions

    Extends

    Properties

    artifact?

    readonly optional artifact?: string

    Inherited from

    ListMcpOptions.artifact


    configPath?

    readonly optional configPath?: string

    Inherited from

    ListMcpOptions.configPath


    input

    readonly input: Record<string, unknown>


    logger?

    readonly optional logger?: StructuredLogger

    Inherited from

    ListMcpOptions.logger


    mode?

    readonly optional mode?: string

    Inherited from

    ListMcpOptions.mode


    registry?

    readonly optional registry?: TargetRegistry

    Advanced adapter registry used for every source, artifact, and runtime operation.

    Inherited from

    ListMcpOptions.registry


    root

    readonly root: string

    Inherited from

    ListMcpOptions.root


    server

    readonly server: string

    Inherited from

    ListMcpOptions.server


    target

    readonly target: string

    Inherited from

    ListMcpOptions.target


    targets?

    readonly optional targets?: readonly string[]

    Inherited from

    ListMcpOptions.targets


    timeoutMs?

    readonly optional timeoutMs?: number

    Inherited from

    ListMcpOptions.timeoutMs


    tool

    readonly tool: string