@modelcontextprotocol/sdk
    Preparing search index...

    Variable ImplementationSchemaConst

    ImplementationSchema: ZodObject<
        extendShape<
            { name: ZodString; title: ZodOptional<ZodString> },
            { version: ZodString },
        >,
        "passthrough",
        ZodTypeAny,
        objectOutputType<
            extendShape<
                { name: ZodString; title: ZodOptional<ZodString> },
                { version: ZodString },
            >,
            ZodTypeAny,
            "passthrough",
        >,
        objectInputType<
            extendShape<
                { name: ZodString; title: ZodOptional<ZodString> },
                { version: ZodString },
            >,
            ZodTypeAny,
            "passthrough",
        >,
    > = ...

    Describes the name and version of an MCP implementation.