@modelcontextprotocol/sdk
    Preparing search index...

    Variable PromptReferenceSchemaConst

    PromptReferenceSchema: ZodObject<
        { name: ZodString; type: ZodLiteral<"ref/prompt"> },
        "strip",
        ZodTypeAny,
        { name: string; type: "ref/prompt" },
        { name: string; type: "ref/prompt" },
    > = ...

    Identifies a prompt.