Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit fb695cd

Browse files
fix(deps): update dependency @modelcontextprotocol/sdk to v1.11.4 (#37)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@modelcontextprotocol/sdk](https://modelcontextprotocol.io) ([source](https://redirect.github.com/modelcontextprotocol/typescript-sdk)) | [`1.11.3` -> `1.11.4`](https://renovatebot.com/diffs/npm/@modelcontextprotocol%2fsdk/1.11.3/1.11.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@modelcontextprotocol%2fsdk/1.11.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@modelcontextprotocol%2fsdk/1.11.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@modelcontextprotocol%2fsdk/1.11.3/1.11.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@modelcontextprotocol%2fsdk/1.11.3/1.11.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>modelcontextprotocol/typescript-sdk (@&#8203;modelcontextprotocol/sdk)</summary> ### [`v1.11.4`](https://redirect.github.com/modelcontextprotocol/typescript-sdk/releases/tag/1.11.4) [Compare Source](https://redirect.github.com/modelcontextprotocol/typescript-sdk/compare/1.11.3...1.11.4) #### What's Changed - Prototype support for `outputSchema`/`structuredContent` by [@&#8203;bhosmer-ant](https://redirect.github.com/bhosmer-ant) in [https://github.com/modelcontextprotocol/typescript-sdk/pull/454](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/454) - fix sse endpoint path preservation by [@&#8203;bhosmer-ant](https://redirect.github.com/bhosmer-ant) in [https://github.com/modelcontextprotocol/typescript-sdk/pull/504](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/504) - rollback path preservation fix by [@&#8203;bhosmer-ant](https://redirect.github.com/bhosmer-ant) in [https://github.com/modelcontextprotocol/typescript-sdk/pull/506](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/506) **Full Changelog**: modelcontextprotocol/typescript-sdk@1.11.3...1.11.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/Doist/todoist-mcp). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS4xOCIsInVwZGF0ZWRJblZlciI6IjQwLjExLjE4IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 40960b7 commit fb695cd

File tree

2 files changed

+59
-5
lines changed

2 files changed

+59
-5
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"description": "Connect this [Model Context Protocol](https://modelcontextprotocol.io/introduction) server to your LLM to interact with Todoist.",
2626
"dependencies": {
2727
"@doist/todoist-api-typescript": "4.0.4",
28-
"@modelcontextprotocol/sdk": "1.11.3"
28+
"@modelcontextprotocol/sdk": "1.11.4"
2929
},
3030
"devDependencies": {
3131
"@biomejs/biome": "1.9.4",

0 commit comments

Comments
 (0)