File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 "@modelcontextprotocol/sdk" : " ^1.22.0" ,
1414 "react" : " ^19.2.0" ,
1515 "react-dom" : " ^19.2.0" ,
16- "zod" : " ^3.25.0 "
16+ "zod" : " ^4.1.13 "
1717 },
1818 "devDependencies" : {
1919 "@types/express" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 5555 "bun" : " ^1.3.2" ,
5656 "react" : " ^19.2.0" ,
5757 "react-dom" : " ^19.2.0" ,
58- "zod" : " ^3.25 "
58+ "zod" : " ^4.1.13 "
5959 }
6060}
Original file line number Diff line number Diff line change 11import { Client } from "@modelcontextprotocol/sdk/client/index.js" ;
2- import { ZodLiteral , ZodObject } from "zod/v4 " ;
2+ import { ZodLiteral , ZodObject } from "zod" ;
33
44import { Transport } from "@modelcontextprotocol/sdk/shared/transport.js" ;
55import {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
1212 Tool ,
1313 ToolSchema ,
1414} from "@modelcontextprotocol/sdk/types.js" ;
15- import { z } from "zod/v4 " ;
15+ import { z } from "zod" ;
1616
1717/**
1818 * Type-level assertion that validates a Zod schema produces the expected interface.
You can’t perform that action at this time.
0 commit comments