Skip to content

Commit e2c05e4

Browse files
chore(deps): update dependency @modelcontextprotocol/sdk to v1.15.1 (#1170)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@modelcontextprotocol/sdk](https://modelcontextprotocol.io) ([source](https://redirect.github.com/modelcontextprotocol/typescript-sdk)) | dependencies | patch | [`1.15.0` -> `1.15.1`](https://renovatebot.com/diffs/npm/@modelcontextprotocol%2fsdk/1.15.0/1.15.1) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/modelcontextprotocol/typescript-sdk/badge)](https://securityscorecards.dev/viewer/?uri=github.com/modelcontextprotocol/typescript-sdk) | --- ### Release Notes <details> <summary>modelcontextprotocol/typescript-sdk (@&#8203;modelcontextprotocol/sdk)</summary> ### [`v1.15.1`](https://redirect.github.com/modelcontextprotocol/typescript-sdk/releases/tag/1.15.1) [Compare Source](https://redirect.github.com/modelcontextprotocol/typescript-sdk/compare/1.15.0...1.15.1) #### What's Changed - fix(client): Some mcp server need default env([#&#8203;393](https://redirect.github.com/modelcontextprotocol/typescript-sdk/issues/393), [#&#8203;196](https://redirect.github.com/modelcontextprotocol/typescript-sdk/issues/196)) by [@&#8203;sunrabbit123](https://redirect.github.com/sunrabbit123) in [https://github.com/modelcontextprotocol/typescript-sdk/pull/394](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/394) - feat: Add CORS configuration for browser-based MCP clients by [@&#8203;jerome3o-anthropic](https://redirect.github.com/jerome3o-anthropic) in [https://github.com/modelcontextprotocol/typescript-sdk/pull/713](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/713) - Add onsessionclosed hook to StreamableHTTPServerTransport by [@&#8203;jerome3o-anthropic](https://redirect.github.com/jerome3o-anthropic) in [https://github.com/modelcontextprotocol/typescript-sdk/pull/743](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/743) - add custom headers on initial \_startOrAuth call by [@&#8203;anthonjn](https://redirect.github.com/anthonjn) in [https://github.com/modelcontextprotocol/typescript-sdk/pull/318](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/318) - Improve stdio test Windows compatibility and refactor command logic by [@&#8203;HoberMin](https://redirect.github.com/HoberMin) in [https://github.com/modelcontextprotocol/typescript-sdk/pull/284](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/284) - Add missing app.listen error handling to server examples by [@&#8203;ochafik](https://redirect.github.com/ochafik) in [https://github.com/modelcontextprotocol/typescript-sdk/pull/749](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/749) - fix(server): validate expiresAt token value for non existence by [@&#8203;christian-bromann](https://redirect.github.com/christian-bromann) in [https://github.com/modelcontextprotocol/typescript-sdk/pull/446](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/446) - \[auth]: support oauth client\_secret\_basic / none / custom methods by [@&#8203;jaredhanson](https://redirect.github.com/jaredhanson), [@&#8203;SightStudio](https://redirect.github.com/SightStudio), [@&#8203;ochafik](https://redirect.github.com/ochafik) in [https://github.com/modelcontextprotocol/typescript-sdk/pull/720](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/720) - feat: support async callbacks for onsessioninitialized and onsessionclosed by [@&#8203;jerome3o-anthropic](https://redirect.github.com/jerome3o-anthropic) in [https://github.com/modelcontextprotocol/typescript-sdk/pull/751](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/751) - Fix oauth well-known paths to retain path and query by [@&#8203;ihrpr](https://redirect.github.com/ihrpr) in [https://github.com/modelcontextprotocol/typescript-sdk/pull/756](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/756) - auth: fetch AS metadata in well-known subpath from serverUrl even when PRM returns external AS by [@&#8203;ochafik](https://redirect.github.com/ochafik) in [https://github.com/modelcontextprotocol/typescript-sdk/pull/752](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/752) #### New Contributors - [@&#8203;sunrabbit123](https://redirect.github.com/sunrabbit123) made their first contribution in [https://github.com/modelcontextprotocol/typescript-sdk/pull/394](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/394) - [@&#8203;anthonjn](https://redirect.github.com/anthonjn) made their first contribution in [https://github.com/modelcontextprotocol/typescript-sdk/pull/318](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/318) - [@&#8203;HoberMin](https://redirect.github.com/HoberMin) made their first contribution in [https://github.com/modelcontextprotocol/typescript-sdk/pull/284](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/284) **Full Changelog**: modelcontextprotocol/typescript-sdk@1.15.0...1.15.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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/settlemint/sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 71fa50b commit e2c05e4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@graphql-tools/load": "8.1.0",
4444
"@graphql-tools/url-loader": "8.0.31",
45-
"@modelcontextprotocol/sdk": "1.15.0",
45+
"@modelcontextprotocol/sdk": "1.15.1",
4646
"@settlemint/sdk-js": "workspace:*",
4747
"@settlemint/sdk-utils": "workspace:*",
4848
"@commander-js/extra-typings": "14.0.0",

0 commit comments

Comments
 (0)