Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/express-mcp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@modelcontextprotocol/sdk": "^1.10.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express": "^4.22.0",
Copy link

Copilot AI Feb 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dependency range for express in this package.json (^4.22.0) does not match the specifier recorded for express in pnpm-lock.yaml (^4.22.1). This indicates the lockfile was generated from a different package.json state and pnpm install will likely rewrite the lockfile. Align the version range (either update package.json to match the lock, or regenerate the lockfile from the current package.json).

Suggested change
"express": "^4.22.0",
"express": "^4.22.1",

Copilot uses AI. Check for mistakes.
"node-fetch": "^3.3.2",
"zod": "^3.24.2"
},
Expand Down
44 changes: 42 additions & 2 deletions examples/express-mcp-server/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.