MCP Apps Kit - v0.5.0
    Preparing search index...

    Interface ToolBuilderComplete<_TName, TInput, TOutput>

    Final: Ready to build.

    interface ToolBuilderComplete<
        _TName extends string,
        TInput extends z.ZodType,
        TOutput extends z.ZodType,
    > {
        build(): ToolDef<TInput, TOutput>;
    }

    Type Parameters

    • _TName extends string
    • TInput extends z.ZodType
    • TOutput extends z.ZodType
    Index

    Methods

    Methods