MCP TypeScript SDK (V2)
    Preparing search index...

    @cfworker/json-schema-backed JSON Schema validator. See @modelcontextprotocol/{client,server}/validators/cf-worker for the customisation entry point.

    const validator = new CfWorkerJsonSchemaValidator();
    
    const validator = new CfWorkerJsonSchemaValidator({
    draft: '2020-12',
    shortcircuit: false // Report all errors
    });
    interface CfWorkerJsonSchemaValidator {
        getValidator<T>(schema: JsonSchemaType): JsonSchemaValidator<T>;
    }

    Implements

    Index

    Methods

    Methods