Skip to content
Merged
Prev Previous commit
Next Next commit
Merge branch 'main' of github.com:mongodb-js/mongodb-mcp-server into …
…gagik/schema-default
  • Loading branch information
gagik committed Oct 31, 2025
commit 2cae2e75a16aeadc5f1affa67cb15d40d8972d7f
3 changes: 2 additions & 1 deletion eslint-rules/enforce-zod-v4.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export default {
create(context) {
const currentFilePath = path.resolve(context.getFilename());

if (currentFilePath === configFilePath || currentFilePath === schemasFilePath) {
// Only allow zod v4 import in config.ts
if (currentFilePath === configFilePath) {
return {};
}

Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.