Frodo Library - v4.0.0-42
    Preparing search index...

    Type Alias McpToolAnnotations

    MCP tool behavior hints that clients and models may use during tool selection.

    type McpToolAnnotations = {
        destructiveHint: boolean;
        idempotentHint: boolean;
        openWorldHint: boolean;
        readOnlyHint: boolean;
    }
    Index

    Properties

    destructiveHint: boolean
    idempotentHint: boolean
    openWorldHint: boolean
    readOnlyHint: boolean