Skip to content

Commit b37056b

Browse files
chore: remove zod-to-json-schema dependency
Remove the external zod-to-json-schema library in preparation for migrating to Zod v4's native toJSONSchema() method.
1 parent b12f116 commit b37056b

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

package-lock.json

Lines changed: 1 addition & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@
7373
"express-rate-limit": "^7.5.0",
7474
"pkce-challenge": "^5.0.0",
7575
"raw-body": "^3.0.0",
76-
"zod": "^4.1.9",
77-
"zod-to-json-schema": "^3.24.1"
76+
"zod": "^4.1.9"
7877
},
7978
"devDependencies": {
8079
"@eslint/js": "^9.8.0",

src/server/mcp.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Server, ServerOptions } from './index.js';
2-
import { zodToJsonSchema } from 'zod-to-json-schema';
32
import { z, ZodRawShape, ZodObject, ZodString, AnyZodObject, ZodTypeAny, ZodType, ZodTypeDef, ZodOptional } from 'zod';
43
import {
54
Implementation,

0 commit comments

Comments
 (0)