Skip to content

Commit e3eed42

Browse files
betegonclaude
andcommitted
fix(e2e): add missing @cfworker/json-schema dep to node-express-mcp-v2
@modelcontextprotocol/server declares it as an optional peer dependency, so pnpm doesn't install it automatically. Without it the app fails at startup with ERR_MODULE_NOT_FOUND. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 08f25bc commit e3eed42

File tree

1 file changed

+1
-0
lines changed
  • dev-packages/e2e-tests/test-applications/node-express-mcp-v2

1 file changed

+1
-0
lines changed

dev-packages/e2e-tests/test-applications/node-express-mcp-v2/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"test:assert": "pnpm test"
1212
},
1313
"dependencies": {
14+
"@cfworker/json-schema": "^4.0.0",
1415
"@modelcontextprotocol/server": "2.0.0-alpha.2",
1516
"@modelcontextprotocol/node": "2.0.0-alpha.2",
1617
"@sentry/node": "latest || *",

0 commit comments

Comments
 (0)