Skip to content
Open
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"license": "MIT",
"dependencies": {
"@descope/node-sdk": "^1.7.11",
"@modelcontextprotocol/sdk": "^1.15.1",
"@modelcontextprotocol/sdk": "^1.25.2",
Copy link

Copilot AI Jan 10, 2026

Choose a reason for hiding this comment

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

The package.json specifies version ^1.25.2 but the pnpm-lock.yaml file has not been updated and still references version 1.15.1. This mismatch will cause dependency resolution issues. The lockfile must be regenerated by running pnpm install to ensure the correct version is locked and installed consistently across environments.

Suggested change
"@modelcontextprotocol/sdk": "^1.25.2",
"@modelcontextprotocol/sdk": "^1.15.1",

Copilot uses AI. Check for mistakes.
"express": "4.22.1",
"zod": "3.25.76"
},
Expand Down
Loading