Skip to content

Commit fac068f

Browse files
chore(deps): update dependency @modelcontextprotocol/sdk to v1.29.0 (#8450)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@modelcontextprotocol/sdk](https://modelcontextprotocol.io) ([source](https://redirect.github.com/modelcontextprotocol/typescript-sdk)) | [`1.28.0` → `1.29.0`](https://renovatebot.com/diffs/npm/@modelcontextprotocol%2fsdk/1.28.0/1.29.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@modelcontextprotocol%2fsdk/1.29.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@modelcontextprotocol%2fsdk/1.28.0/1.29.0?slim=true) | --- ### Release Notes <details> <summary>modelcontextprotocol/typescript-sdk (@&#8203;modelcontextprotocol/sdk)</summary> ### [`v1.29.0`](https://redirect.github.com/modelcontextprotocol/typescript-sdk/releases/tag/v1.29.0) [Compare Source](https://redirect.github.com/modelcontextprotocol/typescript-sdk/compare/v1.28.0...v1.29.0) #### What's Changed - fix: treat v1.x as primary branch for npm latest tag (backport [#&#8203;1577](https://redirect.github.com/modelcontextprotocol/typescript-sdk/issues/1577)) by [@&#8203;felixweinberger](https://redirect.github.com/felixweinberger) in [#&#8203;1749](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1749) - \[v1.x] fix: disallow null (infinite) requested TTL by [@&#8203;LucaButBoring](https://redirect.github.com/LucaButBoring) in [#&#8203;1339](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1339) - \[v1.x] fix: add missing size field to ResourceSchema by [@&#8203;olaservo](https://redirect.github.com/olaservo) in [#&#8203;1575](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1575) - Add typings exports by [@&#8203;tdraier](https://redirect.github.com/tdraier) in [#&#8203;1623](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1623) - v1.x npm audit fix by [@&#8203;KKonstantinov](https://redirect.github.com/KKonstantinov) in [#&#8203;1780](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1780) - v1.x [#&#8203;1623](https://redirect.github.com/modelcontextprotocol/typescript-sdk/issues/1623) follow up -add missing types to package.json by [@&#8203;KKonstantinov](https://redirect.github.com/KKonstantinov) in [#&#8203;1773](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1773) - \[v1.x backport] Allow servers / clients to advertise extensions in the capability object by [@&#8203;localden](https://redirect.github.com/localden) in [#&#8203;1811](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1811) - fix(stdio): always set windowsHide on Windows, not just in Electron by [@&#8203;jnMetaCode](https://redirect.github.com/jnMetaCode) in [#&#8203;1640](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1640) - chore: bump version to 1.29.0 by [@&#8203;felixweinberger](https://redirect.github.com/felixweinberger) in [#&#8203;1820](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1820) #### New Contributors - [@&#8203;tdraier](https://redirect.github.com/tdraier) made their first contribution in [#&#8203;1623](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1623) - [@&#8203;jnMetaCode](https://redirect.github.com/jnMetaCode) made their first contribution in [#&#8203;1640](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1640) **Full Changelog**: <modelcontextprotocol/typescript-sdk@v1.28.0...v1.29.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 09447b8 commit fac068f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"README.md"
4747
],
4848
"dependencies": {
49-
"@modelcontextprotocol/sdk": "1.28.0",
49+
"@modelcontextprotocol/sdk": "1.29.0",
5050
"zod": "4.3.6"
5151
},
5252
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2816,9 +2816,9 @@ __metadata:
28162816
languageName: node
28172817
linkType: hard
28182818

2819-
"@modelcontextprotocol/sdk@npm:1.28.0":
2820-
version: 1.28.0
2821-
resolution: "@modelcontextprotocol/sdk@npm:1.28.0"
2819+
"@modelcontextprotocol/sdk@npm:1.29.0":
2820+
version: 1.29.0
2821+
resolution: "@modelcontextprotocol/sdk@npm:1.29.0"
28222822
dependencies:
28232823
"@hono/node-server": "npm:^1.19.9"
28242824
ajv: "npm:^8.17.1"
@@ -2845,7 +2845,7 @@ __metadata:
28452845
optional: true
28462846
zod:
28472847
optional: false
2848-
checksum: 10c0/eff999884bea7302b42832b7fe172a53c83ee0afd6fa42dcda29dd503d72b6f67f3d45e9eebbcecbe52e1ee418c14574b6d30ce5a0b10f947a2a680f8bb8c8c3
2848+
checksum: 10c0/7c4bc339205b1652330cd4e6b121cc859079655f2b9c0506bbb15563ba0d07924bda3d949705530532db7f4d2cb86d633dc8f92bc32803d97c7bece2ac63e29f
28492849
languageName: node
28502850
linkType: hard
28512851

@@ -5670,7 +5670,7 @@ __metadata:
56705670
version: 0.0.0-use.local
56715671
resolution: "@ui5/webcomponents-react-mcp@workspace:packages/mcp-server"
56725672
dependencies:
5673-
"@modelcontextprotocol/sdk": "npm:1.28.0"
5673+
"@modelcontextprotocol/sdk": "npm:1.29.0"
56745674
"@ui5/webcomponents-react": "workspace:~"
56755675
ava: "npm:6.4.1"
56765676
react-docgen-typescript: "npm:2.4.0"

0 commit comments

Comments
 (0)