Skip to content

Commit 0b03f9a

Browse files
Remove unused zod dependency in simple-host
1 parent 200d2f3 commit 0b03f9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/simple-host/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"@modelcontextprotocol/ext-apps": "../..",
1313
"@modelcontextprotocol/sdk": "^1.22.0",
1414
"react": "^19.2.0",
15-
"react-dom": "^19.2.0",
16-
"zod": "^3.25.0"
15+
"react-dom": "^19.2.0"
1716
},
1817
"devDependencies": {
1918
"@types/express": "^5.0.0",

0 commit comments

Comments
 (0)