Skip to content

Commit fff93a4

Browse files
Bump @modelcontextprotocol/sdk to ^1.23.0
Update SDK dependency to fix CI build failures caused by version mismatch. CI was installing 1.23.0 (latest compatible with ^1.22.0) while local builds used 1.22.0. Note: package-lock.json is gitignored, which prevents reproducible builds. Consider committing it to ensure CI uses the same versions as local development. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ac1fdb5 commit fff93a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"typescript": "^5.9.3"
5252
},
5353
"dependencies": {
54-
"@modelcontextprotocol/sdk": "^1.22.0",
54+
"@modelcontextprotocol/sdk": "^1.23.0",
5555
"bun": "^1.3.2",
5656
"react": "^19.2.0",
5757
"react-dom": "^19.2.0",

0 commit comments

Comments
 (0)