fix: Downgrade express to 4.21.2 to match package-lock.json

The MCP SDK v1.20.1 already includes Express 5.1.0 as a dependency,
so we can use the stable Express 4.x version in our package.json without conflicts.

This fixes the Docker build npm ci error where package.json and package-lock.json
were out of sync.
This commit is contained in:
yachi 2025-10-19 19:01:47 +01:00
parent 7e06f3c868
commit c0fbddfab5

View File

@ -43,7 +43,7 @@
"dependencies": {
"@modelcontextprotocol/sdk": "^1.20.1",
"cors": "^2.8.5",
"express": "^5.0.1",
"express": "^4.21.2",
"express-rate-limit": "^7.5.0",
"rimraf": "^6.0.1",
"spawn-rx": "^4.0.0",