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 @@ -101,7 +101,7 @@
"@ai-sdk/amazon-bedrock": "~4.0.120",
"@ai-sdk/azure": "~3.0.77",
"@ai-sdk/google": "~3.0.83",
"@ai-sdk/mcp": "1.0.52",
"@ai-sdk/mcp": "2.0.20",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update the lockfile with the MCP bump

Bumping @ai-sdk/mcp here without committing the corresponding bun.lock change leaves the root lockfile pinned to @ai-sdk/mcp 1.0.52, so the dependency graph no longer matches package.json. The checked CI workflow installs with bun install --frozen-lockfile (.github/workflows/ci.yml), and Bun's help describes that flag as “Disallow changes to lockfile”, so every fresh CI/local frozen install for this commit has to fail instead of resolving 2.0.20. Please regenerate and commit the root bun.lock entry with this package update.

Useful? React with 👍 / 👎.

"@ai-sdk/openai": "~3.0.74",
"@ai-sdk/react": "~3.0.210",
"@assistant-ui/react": "^0.14.23",
Expand Down
Loading