File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 11/**
22 * AJV-based JSON Schema validator provider
3- *
4- * Defaults to JSON Schema 2020-12 (the default dialect per MCP specification).
5- * Schemas without an explicit $schema field are validated as 2020-12.
63 */
74
85import { Ajv } from 'ajv' ;
Original file line number Diff line number Diff line change 44 * This provider uses @cfworker/json-schema for validation without code generation,
55 * making it compatible with edge runtimes like Cloudflare Workers that restrict
66 * eval and new Function.
7- *
8- * Defaults to JSON Schema 2020-12 (the default dialect per MCP specification).
9- * Schemas without an explicit $schema field are validated as 2020-12.
107 */
118
129import { type Schema , Validator } from '@cfworker/json-schema' ;
You can’t perform that action at this time.
0 commit comments