nexus-agents - v2.80.0
    Preparing search index...

    Interface ToolInvokedEvent

    MCP tool lifecycle events (Issue #1186).

    interface ToolInvokedEvent {
        timestamp: number;
        type: "tool.invoked";
        toolName: string;
        invocationId: string;
    }

    Hierarchy

    • BaseEvent
      • ToolInvokedEvent
    Index

    Properties

    timestamp: number
    type: "tool.invoked"
    toolName: string
    invocationId: string