Skip to content

Commit edc4b35

Browse files
committed
chore: add comment about v4
1 parent 40e1668 commit edc4b35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eslint-rules/enforce-zod-v4.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ export default {
99
meta: {
1010
type: "problem",
1111
docs: {
12-
description: "Only allow importing 'zod/v4' in config.ts, all other imports are allowed elsewhere.",
12+
description:
13+
"Only allow importing 'zod/v4' in config.ts, all other imports are allowed elsewhere. We should only adopt zod v4 for tools and resources once https://github.com/modelcontextprotocol/typescript-sdk/issues/555 is resolved.",
1314
recommended: true,
1415
},
1516
fixable: null,

0 commit comments

Comments
 (0)