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/test.McpToolInvocation.md.
  • 简体中文
  • Interface: McpToolInvocation

    Properties

    _meta?

    readonly optional _meta?: Readonly<Record<string, unknown>>

    Result-level CallToolResult._meta, projected from Agent.Result metadata.


    content

    readonly content: readonly McpContentBlock[]


    isError

    readonly isError: boolean


    provenance

    readonly provenance: McpProjectionProvenance


    structuredContent?

    readonly optional structuredContent?: unknown