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 @@ -89,7 +89,7 @@
"@anthropic-ai/sdk": "^0.65.0",
"@electron/rebuild": "^4.0.1",
"@google/genai": "^1.15.0",
"@modelcontextprotocol/sdk": "^1.20.0",
"@modelcontextprotocol/sdk": "^1.25.2",
Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

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

The package.json is being updated to specify version ^1.25.2, but the package-lock.json has not been updated accordingly (as noted in the PR warning). The package-lock.json currently references version 1.25.1 and needs to be regenerated before this PR can be merged. Run npm install to update the package-lock.json file to ensure version 1.25.2 is actually installed and locked.

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

Copilot uses AI. Check for mistakes.
"@xenova/transformers": "^2.17.2",
"@xyflow/react": "^12.8.6",
"better-sqlite3": "^12.4.1",
Expand Down
Loading