chore(deps): update dependency @modelcontextprotocol/sdk to v1.29.0 #5

Merged
sa-renovate merged 1 commit from renovate/modelcontextprotocol-sdk-1.x-lockfile into main 2026-05-23 03:11:35 +00:00
Member

This PR contains the following updates:

Package Change Age Confidence
@modelcontextprotocol/sdk (source) 1.27.11.29.0 age confidence

Release Notes

modelcontextprotocol/typescript-sdk (@​modelcontextprotocol/sdk)

v1.29.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/v1.28.0...v1.29.0

v1.28.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/v1.27.1...v1.28.0


Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

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://github.com/modelcontextprotocol/typescript-sdk)) | [`1.27.1` → `1.29.0`](https://renovatebot.com/diffs/npm/@modelcontextprotocol%2fsdk/1.27.1/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.27.1/1.29.0?slim=true) | --- ### Release Notes <details> <summary>modelcontextprotocol/typescript-sdk (@&#8203;modelcontextprotocol/sdk)</summary> ### [`v1.29.0`](https://github.com/modelcontextprotocol/typescript-sdk/releases/tag/v1.29.0) [Compare Source](https://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://github.com/modelcontextprotocol/typescript-sdk/issues/1577)) by [@&#8203;felixweinberger](https://github.com/felixweinberger) in [#&#8203;1749](https://github.com/modelcontextprotocol/typescript-sdk/pull/1749) - \[v1.x] fix: disallow null (infinite) requested TTL by [@&#8203;LucaButBoring](https://github.com/LucaButBoring) in [#&#8203;1339](https://github.com/modelcontextprotocol/typescript-sdk/pull/1339) - \[v1.x] fix: add missing size field to ResourceSchema by [@&#8203;olaservo](https://github.com/olaservo) in [#&#8203;1575](https://github.com/modelcontextprotocol/typescript-sdk/pull/1575) - Add typings exports by [@&#8203;tdraier](https://github.com/tdraier) in [#&#8203;1623](https://github.com/modelcontextprotocol/typescript-sdk/pull/1623) - v1.x npm audit fix by [@&#8203;KKonstantinov](https://github.com/KKonstantinov) in [#&#8203;1780](https://github.com/modelcontextprotocol/typescript-sdk/pull/1780) - v1.x [#&#8203;1623](https://github.com/modelcontextprotocol/typescript-sdk/issues/1623) follow up -add missing types to package.json by [@&#8203;KKonstantinov](https://github.com/KKonstantinov) in [#&#8203;1773](https://github.com/modelcontextprotocol/typescript-sdk/pull/1773) - \[v1.x backport] Allow servers / clients to advertise extensions in the capability object by [@&#8203;localden](https://github.com/localden) in [#&#8203;1811](https://github.com/modelcontextprotocol/typescript-sdk/pull/1811) - fix(stdio): always set windowsHide on Windows, not just in Electron by [@&#8203;jnMetaCode](https://github.com/jnMetaCode) in [#&#8203;1640](https://github.com/modelcontextprotocol/typescript-sdk/pull/1640) - chore: bump version to 1.29.0 by [@&#8203;felixweinberger](https://github.com/felixweinberger) in [#&#8203;1820](https://github.com/modelcontextprotocol/typescript-sdk/pull/1820) #### New Contributors - [@&#8203;tdraier](https://github.com/tdraier) made their first contribution in [#&#8203;1623](https://github.com/modelcontextprotocol/typescript-sdk/pull/1623) - [@&#8203;jnMetaCode](https://github.com/jnMetaCode) made their first contribution in [#&#8203;1640](https://github.com/modelcontextprotocol/typescript-sdk/pull/1640) **Full Changelog**: <https://github.com/modelcontextprotocol/typescript-sdk/compare/v1.28.0...v1.29.0> ### [`v1.28.0`](https://github.com/modelcontextprotocol/typescript-sdk/releases/tag/v1.28.0) [Compare Source](https://github.com/modelcontextprotocol/typescript-sdk/compare/v1.27.1...v1.28.0) #### What's Changed - feat: use scopes\_supported from resource metadata by default (fixes [#&#8203;580](https://github.com/modelcontextprotocol/typescript-sdk/issues/580)) by [@&#8203;antogyn](https://github.com/antogyn) in [#&#8203;757](https://github.com/modelcontextprotocol/typescript-sdk/pull/757) - \[v1.x backport] Default to client\_secret\_basic when server omits token\_endpoint\_auth\_methods\_supported by [@&#8203;pcarleton](https://github.com/pcarleton) in [#&#8203;1611](https://github.com/modelcontextprotocol/typescript-sdk/pull/1611) - fix: reject plain JSON Schema objects passed as inputSchema by [@&#8203;tiluckdave](https://github.com/tiluckdave) in [#&#8203;1596](https://github.com/modelcontextprotocol/typescript-sdk/pull/1596) - fix: clear \_timeoutInfo in \_onclose() and scope .finally() abort controller cleanup by [@&#8203;pcarleton](https://github.com/pcarleton) in [#&#8203;1462](https://github.com/modelcontextprotocol/typescript-sdk/pull/1462) - fix(server/auth): RFC 8252 loopback port relaxation by [@&#8203;poteat](https://github.com/poteat) in [#&#8203;1738](https://github.com/modelcontextprotocol/typescript-sdk/pull/1738) - chore: bump version to 1.28.0 by [@&#8203;felixweinberger](https://github.com/felixweinberger) in [#&#8203;1746](https://github.com/modelcontextprotocol/typescript-sdk/pull/1746) #### New Contributors - [@&#8203;antogyn](https://github.com/antogyn) made their first contribution in [#&#8203;757](https://github.com/modelcontextprotocol/typescript-sdk/pull/757) - [@&#8203;tiluckdave](https://github.com/tiluckdave) made their first contribution in [#&#8203;1596](https://github.com/modelcontextprotocol/typescript-sdk/pull/1596) - [@&#8203;poteat](https://github.com/poteat) made their first contribution in [#&#8203;1738](https://github.com/modelcontextprotocol/typescript-sdk/pull/1738) **Full Changelog**: <https://github.com/modelcontextprotocol/typescript-sdk/compare/v1.27.1...v1.28.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTEuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE5MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
chore(deps): update dependency @modelcontextprotocol/sdk to v1.29.0
All checks were successful
CI / build-and-test (pull_request) Successful in 27s
e7c7f30626
sa-renovate scheduled this pull request to auto merge when all checks succeed 2026-05-23 03:09:27 +00:00
sa-renovate deleted branch renovate/modelcontextprotocol-sdk-1.x-lockfile 2026-05-23 03:11:35 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
DevFW-CICD/mcp-server-forgejo!5
No description provided.