@modelcontextprotocol/sdk
    Preparing search index...

    Variable EmptyResultSchemaConst

    EmptyResultSchema: ZodObject<
        {
            _meta: ZodOptional<
                ZodObject<
                    {},
                    "passthrough",
                    ZodTypeAny,
                    objectOutputType<{}, ZodTypeAny, "passthrough">,
                    objectInputType<{}, ZodTypeAny, "passthrough">,
                >,
            >;
        },
        "strict",
        ZodTypeAny,
        { _meta?: objectOutputType<{}, ZodTypeAny, "passthrough"> },
        { _meta?: objectInputType<{}, ZodTypeAny, "passthrough"> },
    > = ...

    A response that indicates success but carries no data.