For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/interfaces/api.McpInvokeOptions.md.
  • 简体中文
  • Interface: McpInvokeOptions

    Extends

    Properties

    artifact

    readonly artifact: string

    Inherited from

    McpOperationOptions.artifact


    input

    readonly input: Record<string, unknown>


    server

    readonly server: string

    Inherited from

    McpOperationOptions.server


    signal?

    readonly optional signal?: AbortSignal

    Inherited from

    McpOperationOptions.signal


    target

    readonly target: string

    Inherited from

    McpOperationOptions.target


    timeoutMs?

    readonly optional timeoutMs?: number

    Inherited from

    McpOperationOptions.timeoutMs


    tool

    readonly tool: string


    workspaceRoot?

    readonly optional workspaceRoot?: string

    Inherited from

    McpOperationOptions.workspaceRoot