@node-in-layers/mcp
    Preparing search index...

    Interface ExecuteFeatureData

    Extracted data when an MCP tool execution represents a Feature execution.

    interface ExecuteFeatureData {
        args: T;
        domain: string;
        featureName: string;
        toolName: "execute_feature";
    }
    Index

    Properties

    args: T
    domain: string
    featureName: string
    toolName: "execute_feature"