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

    Type Alias McpServiceToolDefinition

    Lightweight tool metadata surface suitable for MCP tool registration calls.

    type McpServiceToolDefinition = {
        annotations?: {
            destructiveHint?: boolean;
            idempotentHint?: boolean;
            openWorldHint?: boolean;
            readOnlyHint?: boolean;
        };
        description: string;
        name: string;
    }
    Index

    Properties

    annotations?: {
        destructiveHint?: boolean;
        idempotentHint?: boolean;
        openWorldHint?: boolean;
        readOnlyHint?: boolean;
    }

    Optional MCP annotation hints for tool selection behavior.

    description: string

    Human-readable tool description.

    name: string

    Stable tool name exposed to MCP clients.