Skip to content

Commit 6116af3

Browse files
Remove unnecessary comment additions from validation providers
1 parent 41c904b commit 6116af3

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/validation/ajv-provider.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
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

85
import { Ajv } from 'ajv';

src/validation/cfworker-provider.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
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

129
import { type Schema, Validator } from '@cfworker/json-schema';

0 commit comments

Comments
 (0)