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

    Type Alias McpSpecialTool

    A single domain-special tool, backed by exactly one non-CRUDS descriptor.

    type McpSpecialTool = {
        description: string;
        descriptor: McpCapabilityDescriptor;
        domain: string;
        toolName: string;
    }
    Index

    Properties

    description: string

    Description suitable for MCP tool registration and model guidance.

    Original capability descriptor that backs this tool.

    domain: string

    Domain the operation belongs to, e.g. 'authn'.

    toolName: string

    MCP tool name derived from the descriptor's dot-separated path.