@cubie-ai/tiny-ai - v0.0.14
    Preparing search index...

    Interface MCPToolSpec

    interface MCPToolSpec {
        description?: string;
        handler: (...args: any) => any;
        inputSchema: unknown;
        name: string;
    }
    Index

    Properties

    description?: string

    The description of the tool

    handler: (...args: any) => any

    The handler function for the tool

    inputSchema: unknown

    The parameters for the tool

    name: string

    The name of the tool