Skip to content

Commit b4f0e3e

Browse files
Remove unused zod dependency in simple-host
1 parent 9e6eb07 commit b4f0e3e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

examples/basic-host/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"@modelcontextprotocol/ext-apps": "../..",
1515
"@modelcontextprotocol/sdk": "^1.22.0",
1616
"react": "^19.2.0",
17-
"react-dom": "^19.2.0",
18-
"zod": "^3.25.0"
17+
"react-dom": "^19.2.0"
1918
},
2019
"devDependencies": {
2120
"@types/express": "^5.0.0",

package-lock.json

Lines changed: 1 addition & 2 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@
7878
"@rollup/rollup-linux-arm64-gnu": "^4.53.3",
7979
"@rollup/rollup-win32-x64-msvc": "^4.53.3"
8080
}
81-
}
81+
}

0 commit comments

Comments
 (0)