Skip to content

Commit 44986c6

Browse files
committed
Ignore Zod v4 for MCP SDK compatibility
1 parent 0648944 commit 44986c6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/dependabot.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ updates:
55
schedule:
66
interval: weekly
77
timezone: Asia/Tokyo
8+
ignore:
9+
- dependency-name: "zod"
10+
versions:
11+
- ">=4.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@duckdb/node-api": "1.4.1-r.4",
3939
"@modelcontextprotocol/sdk": "^1.20.1",
4040
"fuse.js": "^7.1.0",
41-
"zod": "^4.1.5"
41+
"zod": "^3"
4242
},
4343
"devDependencies": {
4444
"@changesets/cli": "^2.28.1",

0 commit comments

Comments
 (0)