Skip to content

Commit 3fc559d

Browse files
fix(ci): add zod to root devDependencies for MCP test imports
Tests import mcp/src/tools.ts which requires zod, but only mcp/ had it as a dependency. CI runs npm ci at root level only. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 210cb89 commit 3fc559d

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

package-lock.json

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"tsup": "^8.3.5",
5858
"tsx": "^4.19.2",
5959
"typescript": "^5.7.2",
60-
"vitest": "^4.0.18"
60+
"vitest": "^4.0.18",
61+
"zod": "^4.3.6"
6162
}
6263
}

0 commit comments

Comments
 (0)