@modelcontextprotocol/sdk
    Preparing search index...

    Variable ResourceLinkSchemaConst

    ResourceLinkSchema: ZodObject<
        extendShape<
            extendShape<
                extendShape<
                    { name: ZodString; title: ZodOptional<ZodString> },
                    {
                        _meta: ZodOptional<
                            ZodObject<
                                {},
                                "passthrough",
                                ZodTypeAny,
                                objectOutputType<{}, ZodTypeAny, "passthrough">,
                                objectInputType<{}, ZodTypeAny, "passthrough">,
                            >,
                        >;
                        description: ZodOptional<ZodString>;
                        mimeType: ZodOptional<ZodString>;
                        uri: ZodString;
                    },
                >,
                {
                    icons: ZodOptional<
                        ZodArray<
                            ZodObject<
                                {
                                    mimeType: ZodOptional<ZodString>;
                                    sizes: ZodOptional<ZodArray<ZodString, "many">>;
                                    src: ZodString;
                                },
                                "passthrough",
                                ZodTypeAny,
                                objectOutputType<
                                    {
                                        mimeType: ZodOptional<ZodString>;
                                        sizes: ZodOptional<ZodArray<(...), (...)>>;
                                        src: ZodString;
                                    },
                                    ZodTypeAny,
                                    "passthrough",
                                >,
                                objectInputType<
                                    {
                                        mimeType: ZodOptional<ZodString>;
                                        sizes: ZodOptional<ZodArray<(...), (...)>>;
                                        src: ZodString;
                                    },
                                    ZodTypeAny,
                                    "passthrough",
                                >,
                            >,
                            "many",
                        >,
                    >;
                },
            >,
            { type: ZodLiteral<"resource_link"> },
        >,
        "passthrough",
        ZodTypeAny,
        objectOutputType<
            extendShape<
                extendShape<
                    extendShape<
                        { name: ZodString; title: ZodOptional<ZodString> },
                        {
                            _meta: ZodOptional<
                                ZodObject<
                                    {},
                                    "passthrough",
                                    ZodTypeAny,
                                    objectOutputType<{}, ZodTypeAny, "passthrough">,
                                    objectInputType<{}, ZodTypeAny, "passthrough">,
                                >,
                            >;
                            description: ZodOptional<ZodString>;
                            mimeType: ZodOptional<ZodString>;
                            uri: ZodString;
                        },
                    >,
                    {
                        icons: ZodOptional<
                            ZodArray<
                                ZodObject<
                                    {
                                        mimeType: ZodOptional<ZodString>;
                                        sizes: ZodOptional<ZodArray<(...), (...)>>;
                                        src: ZodString;
                                    },
                                    "passthrough",
                                    ZodTypeAny,
                                    objectOutputType<
                                        {
                                            mimeType: ZodOptional<(...)>;
                                            sizes: ZodOptional<(...)>;
                                            src: ZodString;
                                        },
                                        ZodTypeAny,
                                        "passthrough",
                                    >,
                                    objectInputType<
                                        {
                                            mimeType: ZodOptional<(...)>;
                                            sizes: ZodOptional<(...)>;
                                            src: ZodString;
                                        },
                                        ZodTypeAny,
                                        "passthrough",
                                    >,
                                >,
                                "many",
                            >,
                        >;
                    },
                >,
                { type: ZodLiteral<"resource_link"> },
            >,
            ZodTypeAny,
            "passthrough",
        >,
        objectInputType<
            extendShape<
                extendShape<
                    extendShape<
                        { name: ZodString; title: ZodOptional<ZodString> },
                        {
                            _meta: ZodOptional<
                                ZodObject<
                                    {},
                                    "passthrough",
                                    ZodTypeAny,
                                    objectOutputType<{}, ZodTypeAny, "passthrough">,
                                    objectInputType<{}, ZodTypeAny, "passthrough">,
                                >,
                            >;
                            description: ZodOptional<ZodString>;
                            mimeType: ZodOptional<ZodString>;
                            uri: ZodString;
                        },
                    >,
                    {
                        icons: ZodOptional<
                            ZodArray<
                                ZodObject<
                                    {
                                        mimeType: ZodOptional<ZodString>;
                                        sizes: ZodOptional<ZodArray<(...), (...)>>;
                                        src: ZodString;
                                    },
                                    "passthrough",
                                    ZodTypeAny,
                                    objectOutputType<
                                        {
                                            mimeType: ZodOptional<(...)>;
                                            sizes: ZodOptional<(...)>;
                                            src: ZodString;
                                        },
                                        ZodTypeAny,
                                        "passthrough",
                                    >,
                                    objectInputType<
                                        {
                                            mimeType: ZodOptional<(...)>;
                                            sizes: ZodOptional<(...)>;
                                            src: ZodString;
                                        },
                                        ZodTypeAny,
                                        "passthrough",
                                    >,
                                >,
                                "many",
                            >,
                        >;
                    },
                >,
                { type: ZodLiteral<"resource_link"> },
            >,
            ZodTypeAny,
            "passthrough",
        >,
    > = ...

    A resource that the server is capable of reading, included in a prompt or tool call result.

    Note: resource links returned by tools are not guaranteed to appear in the results of resources/list requests.