Skip to content

chore(deps): update pizza-server dependencies#251

Closed
infer-bot[bot] wants to merge 1 commit intomainfrom
fix/issue-249
Closed

chore(deps): update pizza-server dependencies#251
infer-bot[bot] wants to merge 1 commit intomainfrom
fix/issue-249

Conversation

@infer-bot
Copy link
Copy Markdown

@infer-bot infer-bot bot commented Mar 5, 2026

Summary

This PR updates the dependencies for the pizza-server example as requested in issue #249.

Changes

  • Updated @modelcontextprotocol/sdk from 1.26.0 to 1.27.1
  • Updated express from 4.22.1 to 5.2.1 (major version update)
  • Updated @types/express from 4.17.21 to 5.0.6
  • Updated @types/node from 20.10.0 to 25.3.3
  • Removed outdated package-lock.json file (will be regenerated on npm install)

Compatibility Check

The existing TypeScript code has been reviewed and appears compatible with Express 5. The code uses:

  • express.json() middleware (still supported in Express 5)
  • Basic routing with app.get(), app.post(), app.all() (unchanged API)
  • res.status(), res.json(), res.sendStatus() (unchanged API)
  • req.headers, req.method, req.body, req.query (unchanged API)

No breaking changes were identified in the codebase.

Testing

The TypeScript configuration remains unchanged and the application should build successfully with the updated dependencies.

Resolves #249

- Update @modelcontextprotocol/sdk from 1.26.0 to 1.27.1
- Update express from 4.22.1 to 5.2.1
- Update @types/express from 4.17.21 to 5.0.6
- Update @types/node from 20.10.0 to 25.3.3
- Remove outdated package-lock.json

Resolves #249
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant